Hello, I am trying to simulate two types of sweep, Ids vs Vgs (vds sweep)
Ids vs Vds (vgs sweep).
I was able to create one of them separatly by changing the global variables,As shown bellow .
However i cannot make a lsweep type list in the local variables of the simulation only on the global.
Instead of sweeping only 5 steps for each type of simulation (10 ittrerations)
When i put a range on both vgs and vds,it activates both simulations on every combination(25 itterations)
Is there a waythat we could do a condional parametric sweep?
for simulation 1 sweep only vgs,for simulation 2 sweep only vds .