help-gnucap
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gnucap] multiple .plot cards


From: Kevin L. Neff
Subject: [Help-gnucap] multiple .plot cards
Date: Thu, 16 Oct 2003 22:47:09 -0500

how does gnucap deal with multiple .print or .plot cards?  it seems to ignore 
all but the last.  in the example below, i only get a graph of the transient 
voltage at node 2.  i would like to see the the transient response at node 2 
*and* node 5.  is this possible?  is there a syntax subtlty of which i should 
be aware?

also note that only the second ".print op ..." line works.

.include ../models/bjt/bjt-2n2222.spm

Rbu 4 2 250
Rbl 2 0 250
Re  1 0 100
Rc  4 3 400
Rl  6 0 1k
Ci  5 2 100n
Co  3 6 100n
Ce  1 0 100n
Q1  3 2 1 0 q2n2222

V1  4 0 5
*Vin 5 0
*Vin 5 0 0 ac 2
Vin 5 0 sin(0 1 1k 0 0)


.print op   v(4)
.print op   v(3)
.plot  tran v(5)
.plot  tran v(2)

.op
.tran 100u 2m
*.ac dec 10 1 10k

.end

===
"major major major major"
  --joseph heller, "Catch-22"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]