Clear-Com Logic-Maestro User Manual

Page 97

Advertising
background image

Clear-Com Communication Systems
Eclipse Logic Maestro Instruction Manual

2 - 3 1

IsStnRelay [bool]

Either returns whether the status of an object created by
a control macro is a station relay as a boolean True or
False or sets the status of an object as a station relay to
a boolean True or False e.g.
AttachmentObject <result> = <object>.IsStnRelay;
or
<object>.IsStnRelay = <boolean>;

ModuleNumber [int]

Either returns the module number of an object created
by a control macro as an integer value or sets the mod-
ule number of an object to an integer value e.g.
AttachmentObject <integer> = <object>.Module-
Number;
or
<object>.ModuleNumber = <integer>;

OutputNumber [int]

Either returns the output number of an object created by
a control macro as an integer value or sets the output
number of an object to an integer value e.g.
AttachmentObject <integer> = <object>.OutputNum-
ber;
or
<object>.OutputNumber = <integer>;

RelayInformation [string]

Either returns the relay information of an object created
by a control macro as a string or sets the relay informa-
tion of an object to a string e.g.
AttachmentObject <string> = <object>.RelayInfor-
mation;
or
<object>.RelayInformation = <string>;

ReverseListen [bool]

Either returns the reverse listen status of an object cre-
ated by a control macro as a boolean True or False or
sets the reverse listen status of an object to a boolean
True or False e.g.
AttachmentObject <boolean> =
<object>.ReverseListen
or
<object>.ReverseListen = <boolean>

RouteDestID [Guid]

Either returns the route destination ID of an object cre-
ated by a control macro as type Guid or sets the route
destination ID of an object to a Guid e.g.
AttachmentObject <destID> = <object>.RouteDestID
or
<object>.RouteDestID = <destID>

Macro

Description

Advertising