INVOCATIONS Operator

The format of the INVOCATIONS function is

      INVOCATIONS(Master,List%)  

The function establishes a relation between a master object connected to Pin2 and instantiations of that object, appearing as members of the list, but each one connected directly to the INVOCATIONS operator through a LISTLINK. The instantiations inherit the properties of the master object.

Pin 1 controls whether the function is active. Pin1 can be linked directly to the environment, or be controlled through some logic, as

    IF ConditionOK@ THEN INVOCATIONS(Master1, {...})

Related Operators

ATTRIBUTES

COMPONENTS

MEMBERS

NEWCHILD

Existence Logic