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]Nelson Rodriguez
03/17/2023, 2:30 AM.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?Nelson Rodriguez
03/17/2023, 3:02 AMNelson Rodriguez
03/17/2023, 3:23 AMStefan 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
.endcNelson Rodriguez
03/19/2023, 4:23 AM