Starting with Version 8.10, the preprocessor makes available three global variables indicating the state of the currently executing analysis:

  1. HAS_POP_ANALYSIS
  2. HAS_AC_ANALYSIS
  3. 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)...