Issue link: https://resources.pcb.cadence.com/i/1180526
PSpice User Guide Preparing a design for simulation October 2019 164 Product Version 17.4-2019 © 1999-2019 All Rights Reserved. Table 3-3 Operators in expressions This operator class... Includes this operator... Which means... arithmetic + addition or string concatenation - subtraction * multiplication / division ** exponentiation logical 1 1. Logical and relational operators are used within the IF() function; for digital parts, logical operators are used in Boolean expressions. ~ unary NOT | boolean OR ^ boolean XOR & boolean AND relational 1 == equality test != non-equality test > greater than test >= greater than or equal to test < less than test <= less than or equal to test Table 3-4 Functions in arithmetic expressions This function... Means this... ABS(x) |x| SQRT(x) x 1/2 EXP(x) e x