Analysis - General
How can I plot a differential voltage in the analysis?
Plotting a differential voltage is simple. In the analysis limits, specify the V() operator with two nodes. For example, if you wanted to plot the differential voltage between nodes OutA and OutB, your expression would be:
V(OutA,OutB)
This is equivalent to:
V(OutA) - V(OutB)
|