asiGetPredefinedCommandLineOption
asiGetPredefinedCommandLineOption(o_session) =>t_predefinedCmdLineOption
Description
Gets the predefined simulation command-line options. This function returns an empty string at the asiAnalog class. Overload this method for your simulator.
Arguments
Value Returned
Examples
The following example shows how to overload the asiGetPredefinedCommandLineOption function:
defmethod( asiGetPredefinedCommandLineOption ( ( _sessionyourSimulator_session ))
"any command-line args that you always send to your simulator"
)
Return to top