Clear-Com Logic-Maestro User Manual

Page 103

Advertising
background image

Clear-Com Communication Systems
Eclipse Logic Maestro Instruction Manual

2 - 3 7

EnableTalkAssign [bool]

Sets or returns the permission to assign a port as Listen
using a boolean e.g.
<port object>.EnableTalkAssign = True;
or
PortObject <boolean> = <port object>.EnableTal-
kAssign;

EntityID [Guid]

Sets or returns the entity ID of an object created by a
control macro as a Guid e.g.
ControlObject <Guid> = <object>.EntityID;
or
<object>.EntityID = <Guid>;

EntityType [dest_type_e]

Returns the entity type of an object created by a control
macro as a Guid e.g.
ControlObject <object> = <object>.EntityType;

GlobalIfb [bool]

Gets or sets the global IFB (Interruptable foldback) on a
port e.g.
<port object>.GlobalIfb = True;
or
PortObject <boolean result> = <port object>.Glo-
balIfb;

GlobalIso [bool]

Gets or sets the global ISO on a port e.g.
<port object>.GlobalIso = <boolean>;
or
PortObject <boolean result> = <port object>.Glo-
balIso;

LatchDisable [bool]

Sets or returns the latch disable status of an object cre-
ated by a control macro e.g.
ControlObject <bool> = <object>.LatchDisable;
or
<object>.LatchDisable = <bool>;

ListenAlias [string]

Sets or returns the listen alias of an object created by a
control macro e.g.
ControlObject <string> = <object>.ListenAlias;
or
<object>.ListenAlias = <string>;

ListenLabel [string]

Sets or returns the listen label of an object created by a
control macro e.g.
ControlObject <string> = <object>.ListenLabel;
or
<object>.ListenLabel = <string>;

Macro

Description

Advertising