Description: Module Calling Structure Instance. This function returns the object value of a module called by another module.
Warning: This function should be used by advanced users only.
Returns: Object value
Usage: Script or Steady State
Format: MCSInstance(Code)
Parameters: Code { Code value } { required } { no default }
The code value in which the module call is embedded.
Comments:
Example:
startedInstance = MCSInstance(mcs);
This makes startedInstance an object value that points to a running instance of a module started by the module given by mcs.
See Also: