Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

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

o_session

The simulation session object.

Value Returned

t_CommandLineOption

The command line options in a string.

Examples

defmethod( asiGetCommandLineOption (
        ( _session yourSimulator_session ))
strcat( asiGetPredefinedCommandLineOption( session )
      asiGetEnvOptionVal( session 'userCmdLineOption )
)
)

Return to top
 ⠀
X