diff options
author | Fahim | 2015-12-30 12:31:05 +0530 |
---|---|---|
committer | Fahim | 2015-12-30 12:31:05 +0530 |
commit | 206afcded42d55572509e3439d752c9a81c84785 (patch) | |
tree | 73ef64eda8504c27d6f1a3b1e141ee8d6efbbbe8 /Examples/hwr6/hwr6.cir.out | |
parent | 06036bffa314d41f31cbdcd6883c9b3558930326 (diff) | |
download | eSim-206afcded42d55572509e3439d752c9a81c84785.tar.gz eSim-206afcded42d55572509e3439d752c9a81c84785.tar.bz2 eSim-206afcded42d55572509e3439d752c9a81c84785.zip |
Added :
1. Power Examples
2. eSim_Power.lib
3. DeviceModel for Powerdiode and Zenerdiode
4. Subcicuit for scr, diac, triac
Diffstat (limited to 'Examples/hwr6/hwr6.cir.out')
-rw-r--r-- | Examples/hwr6/hwr6.cir.out | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Examples/hwr6/hwr6.cir.out b/Examples/hwr6/hwr6.cir.out new file mode 100644 index 00000000..55290efc --- /dev/null +++ b/Examples/hwr6/hwr6.cir.out @@ -0,0 +1,16 @@ +* /home/fossee/downloads/powercktexamples/hwr6/hwr6.cir + +.include scr.sub +x3 gnd pulse r1 scr +v1 in gnd sine(0 100 50 0 0) +v2 pulse gnd pulse(0 5 4m 0 0 1m 20m) +r1 in r1 100 +.tran 40e-06 40e-03 0e-00 + +* Control Statements +.control +run +print allv > plot_data_v.txt +print alli > plot_data_i.txt +.endc +.end |