Nelson Rodriguez
03/17/2023, 2:05 AMalter
command. I'm trying to sweep TR and TF parameters but it seems it's not working [Fig 2].param TR=8p
and change alter
command by alterparam TR = value
[Fig 1] However if I define another parameter .param TF = value
I get an error indicating that this second parameter is unknown [Fig 2] @Stefan Schippers, @Harald Pretl maybe you know?Stefan Schippers
03/17/2023, 8:00 AMreset
instruction is needed after an alterparam for the change to take effect in the netlist. so if you want to run another simulation with changed parameters the sequence is:
.control
tran 1n 3u
alterparam TR=...
reset
tran 1n 3u
.endc
Nelson Rodriguez
03/19/2023, 4:23 AM