diff options
author | fahimkhan | 2016-03-14 16:37:03 +0530 |
---|---|---|
committer | fahimkhan | 2016-03-14 16:37:03 +0530 |
commit | 0767e64446641553c7c08c77b53d4817599c4ae1 (patch) | |
tree | ccc60cf033e7d1f56fe52633462c9e659de8af1d /Clampercircuit/Clampercircuit.cir | |
parent | 9182fa7645ca28bd5d2d8401c2e2f03c39943f92 (diff) | |
download | eSim-Examples-0767e64446641553c7c08c77b53d4817599c4ae1.tar.gz eSim-Examples-0767e64446641553c7c08c77b53d4817599c4ae1.tar.bz2 eSim-Examples-0767e64446641553c7c08c77b53d4817599c4ae1.zip |
Adding all available eSim examples
Diffstat (limited to 'Clampercircuit/Clampercircuit.cir')
-rw-r--r-- | Clampercircuit/Clampercircuit.cir | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Clampercircuit/Clampercircuit.cir b/Clampercircuit/Clampercircuit.cir new file mode 100644 index 0000000..dd1eec1 --- /dev/null +++ b/Clampercircuit/Clampercircuit.cir @@ -0,0 +1,20 @@ +* /home/fossee/eSim-Workspace/Clampercircuit/Clampercircuit.cir + +* EESchema Netlist Version 1.1 (Spice format) creation date: Mon Feb 29 18:25:22 2016 + +* To exclude a component from the Spice Netlist add [Spice_Netlist_Enabled] user FIELD set to: N +* To reorder the component spice node sequence add [Spice_Node_Sequence] user FIELD and define sequence: 2,1,0 + +* Sheet Name: / +v1 in_neg GND sine +C1 out_neg in_neg 1n +D1 out_neg GND D +v2 in_pos GND sine +C2 out_pos in_pos 1n +D2 GND out_pos D +U1 in_neg plot_v1 +U2 out_neg plot_v1 +U3 in_pos plot_v1 +U4 out_pos plot_v1 + +.end |