beautypg.com

Clear-Com Logic-Maestro User Manual

Page 103

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.
.EnableTalkAssign = True;
or
PortObject = .EnableTal-
kAssign;

EntityID [Guid]

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

EntityType [dest_type_e]

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

GlobalIfb [bool]

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

GlobalIso [bool]

Gets or sets the global ISO on a port e.g.
.GlobalIso = ;
or
PortObject = .Glo-
balIso;

LatchDisable [bool]

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

ListenAlias [string]

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

ListenLabel [string]

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

Macro

Description