beautypg.com

Clear-Com Logic-Maestro User Manual

Page 111

background image

Clear-Com Communication Systems
Eclipse Logic Maestro Instruction Manual

2 - 4 5

RouteToGroup (ushort, ushort,
bool, bool, ushort) [Action]

Returns an action for creating a route between two
groups e.g.
Action = ControlActions.RouteToGroup(port no>, , boolean>, , number>);

RouteToGroupAction ()
[RouteToGroupAction]

Returns an action for creating a route to a group e.g.
RouteToGroupAction = ControlAc-
tions.RouteTo GroupAction();

RouteToGroupOn (ushort, ush-
ort) [Action]

Returns an action for enabling a route between two
groups e.g.
Action = ControlActions.RouteToGroupOn(port no>, );

RouteToIfbOn (PortObject, Por-
tObject) [Action]

Returns an action for enabling a route to an IFB e.g.
Action = ControlActions.RouteToIfbOn(object>, );

RouteToPartyLine (portObject,
EntityObject) [Action]

Returns an action for enabling a route to a party line e.g.
Action = ControlActions.RouteToPartyLine(port object>, );

RouteToPartyLine (ushort, ush-
ort, bool, bool, ushort) [Action]

Returns an action for enabling a route between two
party lines e.g.
Action = ControlActions.RouteToPartyLine(port number>, , boolean>, , remote system
number>);

RouteToPartyLineAction ()
[RouteToPartyLineAction]

Returns an action for creating a route to a party line e.g.
RouteToPartyLineAction = ControlAc-
tions.RouteTo PartyLineAction();

SourceToIfbOn (PortObject,
PortObject) [Action]

Creates an action to enable a crosspoint linking the
source and destination ports for an IFB.
PortObject s = ControlMacro.GetPort(sourceport);
PortObject d = ControlMacro GetPort(destport);
Action action;
action = ControlActions.SourceToIfbOn(s, d);

SpeedDial (PortObject, string)
[SpeedDialAction]

Returns an action for creating a speed dial with a port
object and a telephone number e.g.
SpeedDialAction = ControlAction.SpeedDi-
alAction (,);

Macro

Description