@Bal_Singh_LBU, It’s a bit tricky in Qspice. You can obtain a text file print all node voltage and current from Qspice after running a single frequency AC sweep, and in the waveform viewer: File > Export. However, Qspice currently only prints its default format for the phasor as (real, imag). It requires post-processing by the user to convert it into magnitude and phase using a third-party program.
The method provided by @bordodynov can work with a single frequency with find
and at
removed. I can manipulate the format by setting the real part as magnitude and the imaginary part as phase, so that .meas can return a format like (mag, ph).