asiGetKeepOptionVal
asiGetKeepOptionVal(
{ o_tool | o_session }
s_name
)
=> g_value
Description
Gets the value of a keep option variable for a tool or session object.
Arguments
|
Name of the simulation option variable for which you want to get the value. |
Value Returned
Examples
Gets the value of the allAnalogTC keep option for the XYZ simulator.
asiGetKeepOptionVal( asiGetTool( 'XYZ ) 'allAnalogTC )
Return to top