Adrian_D1
Newbie

Dear All,
I want to limit the output of my simulation. Now all nodes and many subcircuit level nodes are
saved in <ckt>.out.tr0 I like to have only a few hierarchical levels in the output. Probing a few nodes doesn't give the required result. Does anyone have an example?
I use this now:
Thanks a lot.
Additional information, the simulator is H-Spice
I want to limit the output of my simulation. Now all nodes and many subcircuit level nodes are
saved in <ckt>.out.tr0 I like to have only a few hierarchical levels in the output. Probing a few nodes doesn't give the required result. Does anyone have an example?
I use this now:
Code:
** Analysis
.probe v(bg) v(fail) v(testnr)
.measure tran max_fail max v(fail)
.tran 1u 140ms
.end
Thanks a lot.
--- Updated ---
Additional information, the simulator is H-Spice
Last edited by a moderator: