From e9b5a9a9573669ee08e30f0940895fdbcb2d8069 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 5 Aug 2022 17:30:51 +0200 Subject: [PATCH] aswitch needs two input nodes because gd has been selected for input. --- examples/p-to-n-examples/aswitch-pswitch.cir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/p-to-n-examples/aswitch-pswitch.cir b/examples/p-to-n-examples/aswitch-pswitch.cir index 8f4d4bab7..7aaa63958 100644 --- a/examples/p-to-n-examples/aswitch-pswitch.cir +++ b/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 + 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 + 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 + r_on=1k log=TRUE)