beautypg.com

Clear-Com Logic-Maestro User Manual

Page 97

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 = .IsStnRelay;
or
.IsStnRelay = ;

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 = .Module-
Number;
or
.ModuleNumber = ;

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 = .OutputNum-
ber;
or
.OutputNumber = ;

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 = .RelayInfor-
mation;
or
.RelayInformation = ;

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 =
.ReverseListen
or
.ReverseListen =

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 = .RouteDestID
or
.RouteDestID =

Macro

Description