Clear-Com Logic-Maestro User Manual

Page 104

Advertising
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 <portno> = <object>.PortNumber;
or
<object>.PortNumber = <portno>;

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> = <object>.PortSubType;
or
<object>.PortSubType = <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 <type> = <object>.PortType;
or
<object>.PortType = BasicType.<type>;

PreventReplySignalisation [bool]

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

PreventTally [bool]

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

ProtectPortAssignment [bool]

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

SecondaryAction [Guid]

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

SplitLabel [bool]

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

Macro

Description

Advertising