
Starting with Version 8.10, the preprocessor makes available three global variables indicating the state of the currently executing analysis:
- HAS_POP_ANALYSIS
- HAS_AC_ANALYSIS
- HAS_TRAN_ANALYSIS
You can use these variables to configure your schematic.
Your model can configure itself based on the analysis type...
Think: The model can have different schematic "views" based on the analysis type(s)...