Clear-Com Logic-Maestro User Manual

Page 109

Advertising
background image

Clear-Com Communication Systems
Eclipse Logic Maestro Instruction Manual

2 - 4 3

CutLoudspeaker (PortObject)
[ControlMacro]

Cuts the loudspeaker on the specified port e.g.
ControlMacro = ControlActions.CutLoud-
Speaker(<port object>);

DCCAction (ushort, ushort, int)
[Action]

Returns a Digital Control Card (DCC) action e.g.
Action <result> = ControlActions.DCCAction();

Equals (Object) [bool]

Tests the equivalence of two objects and returns True or
False. e.g.
bool <result> = <object1>.equals<(object2)>;

FrameRelay (ushort) [Digital-
ControlCardAction]

Returns a relay action object for a specific relay on a
digital control card e.g.
DigitaControlCardAction <action> = ControlAc-
tions.FrameRelay(<relay number>);

GetHashCode () [int]

Returns the hash code of an object previously created
by a control as an integer. e.g:
int <result> = <object>.GetHashCode();

GetLogic (bool, bool, bool, bool,
bool, bool) [Bits]

Returns a bit pattern corresponding to the boolean vari-
ables e.g.
Bits <bit pattern> = ControlActions.GetLogic
(<bool>,<bool>,<bool>,<bool>,<bool>,<bool>);

GetType () [Type]

Returns the type of an object previously created by a
control macro. e.g.
Type <result> = <object>.GetType();

HeadsetSelect (portObject)
[ControlMacro]

Selects the headset on the specified port e.g.
ControlMacro = ControlActions.HeadsetSelect)(Por-
tObject);

IsolateRoute (PortObject, Por-
tObject) [IsolateAction]

Isolates a route between the two specified ports e.g.
IsolateAction = ControlActions.IsolateRoute(PortO-
bject, PortObject);

LatchResetAction (Control-
Latch) [Action]

Resets the specified latch to the state specified in Action
e.g.
Action = ControlActions.LatchResetAction(Control-
Latch);

LatchSetAction (ControlLatch]
[Action]

Sets the specified latch to the state specified in Action
e.g.
Action = ControlActions.LatchSetupAction(Control-
Latch);

LatchToggleAction (Control-
Latch) [Action]

Toggles the specified latch to the state specified in
Action e.g.
Action = ControlActions.LatchToggleAction(Con-
trolLatch);

Macro

Description

Advertising