Hi,
I want to be able to add my custom function in the Plot Traces dialog box so that it appears in the Complex Data form along with dB, real, imaginary, etc etc options.
Is this possible ?
I want to be able to add my custom function in the Plot Traces dialog box so that it appears in the Complex Data form along with dB, real, imaginary, etc etc options.
Is this possible ?
Two possible workarounds:
Assume you want to plot "mag(vout) / min(vout)"
First workaround:
EQN: X = mag(vout) / min(vout)
Another way of doing this:
The Y-axis label will contain the equation when you use the second method. This is nice when you have a short formula, but doesn't work well if your equation is very long.
-Mats