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

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

o_session

The simulation session object.

Value Returned

t_predefinedCmdLineOption

The predefined command-line options in a string.

Examples

The following example shows how to overload the asiGetPredefinedCommandLineOption function:

defmethod( asiGetPredefinedCommandLineOption (
         ( _session yourSimulator_session ))
"any command-line args that you always send to your simulator"
)

Return to top
 ⠀
X