diff options
author | Jayaram Pai | 2014-05-19 11:02:57 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-05-19 11:02:57 +0530 |
commit | 8377256e7d90aa7ba1cb51f6164e99f81e2eb53c (patch) | |
tree | 5afcc8e82d7f7d4f6fbff900520bd8f05eb343ca /OSCAD/Examples/mixMode/mixMode.cir.out | |
download | FreeEDA-8377256e7d90aa7ba1cb51f6164e99f81e2eb53c.tar.gz FreeEDA-8377256e7d90aa7ba1cb51f6164e99f81e2eb53c.tar.bz2 FreeEDA-8377256e7d90aa7ba1cb51f6164e99f81e2eb53c.zip |
initial commit
Diffstat (limited to 'OSCAD/Examples/mixMode/mixMode.cir.out')
-rw-r--r-- | OSCAD/Examples/mixMode/mixMode.cir.out | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/OSCAD/Examples/mixMode/mixMode.cir.out b/OSCAD/Examples/mixMode/mixMode.cir.out new file mode 100644 index 0000000..27f8a8c --- /dev/null +++ b/OSCAD/Examples/mixMode/mixMode.cir.out @@ -0,0 +1,22 @@ +* eeschema netlist version 1.1 (spice format) creation date: monday 17 december 2012 11:41:09 am ist + +* Plotting option vplot8_1 +r2 4 0 1000 +* 74hc04 +r1 3 0 1000 +v1 3 0 pulse(0 5 0 1e-8 1e-8 0.25e-6 0.5e-6) +a1 [3] [3_in] u2adc +a2 3_in 4_out u2 +a3 [4_out] [4] u2dac +.model u2 d_inverter +.model u2adc adc_bridge(in_low=0.8 in_high=2.0) +.model u2dac dac_bridge(out_low=0.25 out_high=5.0 out_undef=1.8 t_rise=0.5e-9 t_fall=0.5e-9) + +.tran 10e-09 1e-06 0e-00 + +* Control Statements +.control +run +plot v(3) v(4) +.endc +.end |