Medinceanu Paul-Catalin
01/23/2024, 7:25 PMStefan Schippers
01/24/2024, 11:08 AMpssrmag
there are two vectors:
• `pssrmag`: the magnitude (always >=0)
• ph(pssrmag)
the phase in deg.
if you plot the phase of pssrmag ph(pssrmag)
it will probably go to 180 deg.
If you want the same plot in xschem just use this expression in the xschem graph (including double quotes):
"pssrmag; vref db20() -1 *"
this means:
• Use pssrmag
label
• take vref
magnitude
• calculate dB
value
• multiply by -1
Get in touch again if above considerations do not apply in your case.