From 81b81da0e4ca9d78e734fbaad97d711c7269c50c Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 5 Nov 2021 12:13:32 +0100 Subject: [PATCH] simple test case for node names containing math chars or starting with a number in plot command --- examples/various/quotes_v.cir | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 examples/various/quotes_v.cir diff --git a/examples/various/quotes_v.cir b/examples/various/quotes_v.cir new file mode 100644 index 000000000..af8b4743e --- /dev/null +++ b/examples/various/quotes_v.cir @@ -0,0 +1,18 @@ +Test: internally generated quotes around node names containing math chars + +V1 in+ 0 1.2 +R1 in+ 1N 500 +R2 1N R*C 500 +C1 R*C 0 1u + +.ic V(R*C)=0 + + +.tran 1u 5m + +.control +run +plot v(in+) v(R*C) v(in+)*V("R*C") 1.2*v(in+)*V(R*C) v(1N) +.endc + +.end