PSpice User Guide

PSpice User Guide

Issue link: https://resources.pcb.cadence.com/i/1180526

Contents of this Issue

Navigation

Page 162 of 884

PSpice User Guide Preparing a design for simulation October 2019 163 Product Version 17.4-2019 © 1999-2019 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 online PSpice 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 157. ❑ literal operands The curly braces tell PSpice 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 evaluates this expression to: (-10 * 1.2) or -12 volts

Articles in this issue

view archives of PSpice User Guide - PSpice User Guide