From: Holger V. <hol...@un...> - 2022-02-09 16:27:31
|
Unfortunately you do not provide a working netlist. So my guess on the correcct syntax is this: plot v(dc1.SRC1) xlog xlimit 1p 10n ylimit 0 3.5 plot v(dc1.OUT1) xlog xlimit 1p 10n ylimit 0 3.5 plot v(ac1.OUT1) xlog xlimit 1 1MEG plot abs(v(ac1.OUT1)) xlog xlimit 1 1MEG plot db(v(ac1.OUT1)) xlog xlimit 1 1MEG Use the 'setplot' and 'display' commands to figure out which vectors are available. |