Display negative values in LTSpice, rather than a 180deg phase shift.

Thread Starter

heetbeet

Joined Mar 13, 2012
1
How can I display negative values in LTSpices plot, when plotting functions like Re(V(..)/I(..))? It is not a major setback, but would help a lot If the amplitudes is displayed negative rather than a 180 degree phase shift.
 

SgtWookie

Joined Jul 17, 2007
22,230
You can perform math on the waveform.
Currently, you are plotting:
Re(V(n006)/I(R5))
Edit that formula, and change it to:
(Re(V(n006)/I(R5))-2.2k)
to get in the ballpark.
 
Top