beautypg.com

Clear-Com Logic-Maestro User Manual

Page 104

background image

Clear-Com Communication Systems

Eclipse Logic Maestro Instruction Manual

2 - 3 8

PortNumber [ushort]

Sets or returns the port number of an object created by
a control macro as an unsigned short e.g.
ushort = .PortNumber;
or
.PortNumber = ;

PortSubType [EntityType]

Sets or returns the port subtype of an object created by
a control macro as a port subtype entity e.g.
PortObject = .PortSubType;
or
.PortSubType = ;

PortType [BasicType]

Sets or returns the port type of an object created by a
control macro as a port type entity e.g.
PortObject = .PortType;
or
.PortType = BasicType.;

PreventReplySignalisation [bool]

Sets the status of the prevent reply signalization setting
for the port using the boolean e.g.
.PreventReplySignalization = True;

PreventTally [bool]

Sets or returns the status of the prevent tally setting for
the port using the boolean e.g.
.PreventTally = False;
or
PortObject = .PreventTally;

ProtectPortAssignment [bool]

Sets or returns the status of the port protection setting
for the port using the boolean e.g.
.ProtectPortAssignment = True;
or
PortObject protectPortAssignment = object>.ProtectPortAssignment;

SecondaryAction [Guid]

Sets or returns the secondary action of an object cre-
ated by a control macro e.g.
Guid = .SecondaryAction;
or
.SecondaryAction = ;

SplitLabel [bool]

Sets or returns the split label status of a port using the
boolean e.g.
.SplitLabel = True;
or
PortObject = .SplitLa-
bel;

Macro

Description