<call>

Calls a Result Module operator or expression.

Input

name
Operator name or ID of the expression to call.

Parent

<datatype> or <experssion>

Example

<call name="Divide" lhs="elem_vm" rhs="elem_yield" 
 answer="@datatype_value" />

Comments

  1. Arguments to calls are dependent upon the operator or expression.
  2. Calls are executed in sequence from top to bottom within a <datatype> or <expression> command.
  3. Table arguments in an expression or datatype command rely on the current execution context which defines the current subcase, simulation step, pool, and layer index, and so on. See Execution Context and Table Addresses for details.