Clear-Com Logic-Maestro User Manual
Page 118
Clear-Com Communication Systems
Eclipse Logic Maestro Instruction Manual
2 - 5 2
GetAllStations() [PortObject[]]
Returns an array of PortObject containing all the panels
in a system e.g.
PortObject[] stationsToCut = ControlMacro.GetAll-
Stations();
GetControl (Guid) [Control-
Macro]
Gets the control information for the item named in the
string parameter e.g.
ControlMacro.
GetControl (string) [Control-
Macro]
Returns a reference to a control label with the given Talk
label e.g.
ControlMacro CONTROL = ControlMacro.GetCon-
trol("CTLA ")
GetControl(string,string) [Con-
trolMacro]
Returns a reference to a control label with the given Talk
and Listen labels e.g.
ControlMacro CONTROL = ControlMacro.GetCon-
trol("CTLA ", " ")
GetControl(string,string,int)
[ControlMacro]
Returns a reference to a control label with the given Talk
and Listen labels on the specified system e.g.
ControlMacro CONTROL = ControlMacro.GetCon-
trol("CTLA ", " ", 1)
GetEntities(string) [EntityOb-
ject[]]
Return the entities specified in the string e.g.
EntityObject[]
ties(“
GetEntity(string) [EntityObject]
Returns the entity specified in the string e.g.
EntityObject
tity(
GetGroup(string) [EntityObject]
Returns the talk label for a group e.g.
EntityObject
Group(“
GetGroup(string string) [Entity-
Object]
Returns the talk and listen labels for the group specified
as strings e.g.
EntityObject
Group(“
GetGroup(string,string,int) [Enti-
tyObject]
Returns the talk and listen labels for a group on the
given system number e.g.
EntityObject
Group(“
GetGroupMembers(EntityOb-
ject) [EntityObject[]]
Returns the members of a specified group e.g.
EntityObject[]
Members(
Macro
Description