Re: simple ac simulation question

Chris Cole <[email protected]> Tue, 21 Sep 2010 12:22:19 -0400
Newsgroups gmane.comp.gnu.gnucap.general
Message-ID <[email protected]>
On 09/21/2010 11:32 AM, [email protected] wrote:
> I think that the list server is stripping attachments.  Try including
> the script in the body of your email instead of attaching it.
Ok, sorry about that. For whatever reason I don't get a copy of my 
message to the list in my inbox so I never saw the attachments not going 
through. Here's the script:

gnucap <<EOF
build
Vcc ( vin 0 ) sin offset=0. amplitude=24. frequency=1.
r1 ( vin 0 ) 1.K

list
print tran v(Vcc)
tran 10m 10 1 > ac_test.gwave
!gwave ac_test.gwave
EOF
rm ac_test.gwave