Files
ngspice/paranoia_parallel/examples/various/echo_test.cir
T
Brian Taylor 6fce461984 Paranoia_Parallel: a test suite for more than 100 test circuits,
running in parallel on a multi-core machine (12 min execution time
on a i9 9900, ngspice compiled with gcc, debug mode enabled.
Linux with Valgrind and Parallel are required.
2026-07-08 22:47:22 +02:00

11 lines
320 B
Plaintext

variables case sensitivity in echo cmd
.control
set NameList = ( plus125C plus25C minus55C )
let j = 2
*setcs thisName = $NameList[$&j]
set thisName = $NameList[3]
echo "thisName: $thisName"
echo "thisname: $thisname"
.endc
.end