narwhaler
Newbie level 6
Is it possible to use a global parameter in the simulation settings? For example, I have a parameter called TH which is used to determine some component values in my circuit. I want to run a transient simulation, the length of which depends on the value of TH. So I put in the simulation settings window {4*TH} for the "Run to time" setting. This causes an error:
.TRAN 0 {4*TH} 0 1n
---------$
ERROR(ORPSIM-16152): Invalid number
Is there a way to use this global parameter in my simulation settings?
.TRAN 0 {4*TH} 0 1n
---------$
ERROR(ORPSIM-16152): Invalid number
Is there a way to use this global parameter in my simulation settings?