|
发表于 2020-8-6 13:08:49
|
显示全部楼层
maybe you can try
.option list=0
.OPTION LIST
Prints a list of netlist elements, node connections, and values for components,
voltage and current sources, parameters, and more.
Syntax
.OPTION LIST=0|1|2|3
Default Value if option is not specified in the netlist: 0
Value if option name is specified without a corresponding value: 1
Description
Use this option as follows:
■ 0 | NONE: None of below supported
■ 1 | ALL: Print circuit element summary table and parameter definitions
■ 2 | ELEMENT: Print circuit element summary table only
■ 3 | PARAMETER: Print circuit parameter definitions only |
|