General form:
.PRINT PRTYPE OV1 <OV2 ... OV8>
Examples:
.PRINT TRAN V(4) I(VIN) .PRINT DC V(2) I(VSRC) V(23, 17) .PRINT AC VM(4, 2) VR(7) VP(8, 3)
The Print line defines the contents of a tabular listing of one to eight output variables. PRTYPE is the type of the analysis (DC, AC, TRAN, NOISE, or DISTO) for which the specified outputs are desired. The form for voltage or current output variables is the same as given in the previous section for the print command; Spice2 restricts the output variable to the following forms (though this restriction is not enforced by Ngspice):
V(N1<,N2>)
VR - real part VI - imaginary part VM - magnitude VP - phase VDB - 20 log10(magnitude)
I(VXXXXXXX)
Output variables for the noise and distortion analyses have a different general form from that of the other analyses.
There is no limit on the number of .PRINT lines for each type of analysis.