asiDisplayHighPerformanceOption
asiDisplayHighPerformanceOption( o_toolName) => t / nil
Description
Displays a list of variable and values of the High Performance Simulation Option form.
Arguments
Value Returned
|
Displays the list of options and values of the High Performance Simulation Option form and returns |
|
Examples
asiDisplayHighPerformanceOption(asiGetTool('spectre)) uniMode: "Spectre" turboSwitch: nil envSwitch: nil uniSeparate: errorLevel: "Do not override" mtOption: "Auto" numThreads: "" apsplus: nil cktpreset: "None" proc_affinity: "" pseparate: srSwitch: nil psrOption: "Default" psrFmax: "" preserveOption: "None" preserveInst: nil preserveSelect: preserveClear: rfseparate: rfmtOption: "Disable" numRFThreads: ""
asiDisplayHighPerformanceOption(asiGetTool('ams))
=> ERROR (ADE-5032): asiEnvDisplayVar: No variables defined in partition 'turboOpts' of tool 'ams'.
=> nil
Return to top