Issue link: https://resources.pcb.cadence.com/i/1180526
PSpice A/D User Guide Preparing a design for simulation October 2019 167 Product Version 17.4-2019 © 2022 All Rights Reserved. ❑ built-in functions listed in Table 3-4 ❑ user-defined functions For more information on user-defined functions, see the .FUNC command in the Commands chapter in the PSpice A/D Reference Guide. ❑ system variables listed in Table 3-5 ❑ user-defined global parameters For more information on user-defined parameters, see Using Global Parameters and Expressions for Values on page 161. ❑ literal operands The curly braces tell PSpice A/D to evaluate the expression and use its value. Example Suppose you have declared a parameter named FACTOR (with a value of 1.2) and want to scale a -10 V independent voltage source, VEE, by the value of FACTOR. To do this, set the DC property of VEE to: {-10*FACTOR} PSpice A/D evaluates this expression to: (-10 * 1.2) or -12 volts