setAmsSimulator
hed.ade setAmsSimulator boolean { t | nil }
Description
Disables the default ams simulator setting.
After setting this variable, simulator ams or spectre is determined by the asimenv.startup simulator environment variable when a new ADE Explorer view is created.
If a simulator value is specified through the simulator constant in the Edit Constants form for Virtuoso Hierarchy Editor, it takes precedence over the value set through the asimenv.startup simulator environment variable.
GUI Equivalent
Examples
envGetVal("hed.ade" "setAmsSimulator")
envSetVal("hed.ade" "setAmsSimulator" 'boolean nil)
Related Topics
List of Hierarchy Editor Environment Variables
Return to top