beautypg.com

Clear-Com Logic-Maestro User Manual

Page 120

background image

Clear-Com Communication Systems

Eclipse Logic Maestro Instruction Manual

2 - 5 4

GetType () [Type]

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

Inhibits(ControlMacro) [void]

Causes a specified control action to be inhibited e.g.
.Inhibits();

Inhibits(ControlMacro, ushort)
[void]

Causes a specified control action to be inhibited e.g.
.Inhibits(,parameter>);

NameExists(string) [bool]

Returns a boolean indicating whether a named entity
exists e.g.
bool = ControlMacro.NameExists(name>);

Resets(ControlLatch) [void]

Resets the specified control latch e.g.
.Resets(latch name);

SetDefaultGateway(string) [void]

Sets the default gateway address 1 on a frame to the
specified string e.g.
ControlMacro.SetDefaultGateway(address>);

SetDefaultGateway2(string)
[void]

Sets the default gateway address 2 on a frame to the
specified string e.g.
ControlMacro.SetDefaultGateway2(2 address>);

Sets(ControlLatch) [void]

Set a control latch e.g.
.Sets(ControlLatch);

SetSubnetMask(string) [void]

Sets the subnetmask 1 on a frame to the specified string
e.g.
ControlMacro.SetSubnetMask(string>);

SetSubnetMask2(string) [void]

Sets the subnetmask 2 on a frame to the specified string
e.g.
ControlMacro.SetSubnetMask2(string>);

Toggles(ControlLatch) [void]

Toggles the specified control latch e.g.
.Toggles(ControlLatch);

ToString () [string]

Returns the string value of an object previously created
by a control macro. e.g.
string = .ToString();

Macro

Description