回复 2# zhengbo12128
Print Control Options.OPTION CO for Printout WidthThe number of output variables printed on a single line of output is a function of the number of columns, set by the option CO. Typical values are CO = 80 for narrow printouts and CO = 132 for wide printouts. CO = 80 is the default. The maximum number of output variables allowed is 5 per 80-column output and 8 per 132-column output with twelve characters per column. Star-Hspice automatically creates additional print statements and tables for all output variables beyond the number specified by the CO option. .WIDTH StatementSyntax .WIDTH OUT = {80 |132} where OUT is the output print width Example .WIDTH OUT = 132 $ SPICE compatible style
.OPTION CO = 132 $ preferred style Permissible values for OUT are 80 and 132. OUT can also be set with option CO.
|