Clear-Com Logic-Maestro User Manual

Page 118

Advertising
background image

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.<object> = ControlMacro.GetCon-
trol(<string>);

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[] <entity> = ControlMacro.GetEnti-
ties(“<entity names>”);

GetEntity(string) [EntityObject]

Returns the entity specified in the string e.g.
EntityObject <entity> = ControlMacro.GetEn-
tity(<entity name>);

GetGroup(string) [EntityObject]

Returns the talk label for a group e.g.
EntityObject <entity> = ControlMacro.Get-
Group(“<talk label>”);

GetGroup(string string) [Entity-
Object]

Returns the talk and listen labels for the group specified
as strings e.g.
EntityObject <entity> = ControlMacro.get-
Group(“<talk label>”, “<listen label>”);

GetGroup(string,string,int) [Enti-
tyObject]

Returns the talk and listen labels for a group on the
given system number e.g.
EntityObject <entity> = ControlMacro.Get-
Group(“<talk label>, <listen label>, <system
number>);

GetGroupMembers(EntityOb-
ject) [EntityObject[]]

Returns the members of a specified group e.g.
EntityObject[] <entity> = ControlMacro.GetGroup-
Members(<group identifier>);

Macro

Description

Advertising