5.3.28. Print: Print values
General Form
print [col] [line] expr ...
Prints the vector described by the expression expr.
If the col argument is present, print the vectors named
side by side. If line is given, the vectors are printed
horizontally. col is the default, unless all the vec-
tors named have a length of one, in which case line is
the default. The options width, length, and nobreak are
effective for this command (see asciiplot). If the ex-
pression is all, all of the vectors available are print-
ed. Thus print col all > file prints everything in the
file in SPICE2 format. The scale vector (time, frequen-
cy) is always in the first column unless the variable
noprintscale is true.