Shavika Rastogi
11/24/2023, 2:24 AMShridhar Ambady
11/24/2023, 2:39 AMStefan Schippers
11/25/2023, 8:56 AM.include vsource.cir
line or something similar and the vsource.cir file should contain:
vvin vin gnd pwl
+ time1 value1
+ time2 value2
+ time3 value3
...
This simple file should be generated from the csv file by using a simple script (awk, tcl, python)Stefan Schippers
11/25/2023, 8:59 AM.end
line.
.end
marks the end of the netlist. Xschem appends the .end line at the very end. if you put a .end anything that follows will be ignored.