Browse Source

aswitch needs two input nodes because gd has been selected for input.

pre-master-46
Holger Vogt 4 years ago
parent
commit
e9b5a9a957
  1. 4
      examples/p-to-n-examples/aswitch-pswitch.cir

4
examples/p-to-n-examples/aswitch-pswitch.cir

@ -29,11 +29,11 @@ aa2 N001 %gd(N002 0) switch4
.model switch4 aswitch(cntl_off=1.9 cntl_on=2.3 r_off=1e12 .model switch4 aswitch(cntl_off=1.9 cntl_on=2.3 r_off=1e12
+ r_on=1k log=TRUE limit=TRUE) + r_on=1k log=TRUE limit=TRUE)
ap1 N001 %gd(N004 0) switch5
ap1 N001 0 %gd(N004 0) switch5
.model switch5 pswitch(cntl_off=1.1 cntl_on=0.9 r_off=1e12 .model switch5 pswitch(cntl_off=1.1 cntl_on=0.9 r_off=1e12
+ r_on=1k log=TRUE) + r_on=1k log=TRUE)
ap2 N001 %gd(N004 0) switch6
ap2 N001 0 %gd(N004 0) switch6
.model switch6 pswitch(cntl_off=1.9 cntl_on=2.3 r_off=1e12 .model switch6 pswitch(cntl_off=1.9 cntl_on=2.3 r_off=1e12
+ r_on=1k log=TRUE) + r_on=1k log=TRUE)

Loading…
Cancel
Save