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