asiGetCommandLineOption
asiGetCommandLineOption(o_session) =>t_CommandLineOption
Description
Gets the simulation command line options. At the asiAnalog class this method returns the value of the environment option ‘userComdLineOption.
Arguments
Value Returned
Examples
defmethod( asiGetCommandLineOption ( ( _sessionyourSimulator_session )) strcat( asiGetPredefinedCommandLineOption( session ) asiGetEnvOptionVal( session 'userCmdLineOption )
)
)
Return to top