asiDisplaySimOption
asiDisplaySimOption(
{ o_tool | o_session }
)
=> t / nil
Description
Displays the current set of simulator option names and values. Use this function only to determine which simulator options you want to modify. Do not use this function as part of another procedure.
Arguments
Value Returned
|
Displays the set of simulator option names and values and returns |
|
Examples
Displays the Spectre simulator options.
asiDisplaySimOption( asiGetTool( 'Spectre ) )
Return to top