asiInitialize
asiInitialize(o_tool) =>o_tool/nil
Description
Initializes the tools that are derived from the asiAnalog class. This function is not called for tools that are derived from the asiSocket class.
For the asiAnalog class, it calls:
-
asiInitStartOption -
asiInitEnvOption -
asiInitSimOption -
asiInitFormatterClass -
asiInitAnalysis -
asiInitUI -
asiInitDataAccessFunction - and other procedures
Arguments
Value Returned
Examples
The following example initializes the specified tool:
defmethod( asiInitialize (( yourSimulator_session ))
asiInitFormatterClass(tool)
asiInitEnvOption(tool)
asiInitAnalysis(tool)
)
Return to top