Hi!
Im doing a batch simulation using the batch simulation controller for a specific circuit and i would like to change variables and do a sweep at the same time.
For example CVS_List format permits to define variables and alter them for each simulation and
CVS_sweep Format permits to define different sweeps for each simulation.
But they are independent. What i mean is or you define variables and their values or you define a sweep for each simulation. You can not do both.
-------------------------------------------------------------------------------------------------------------------------------------------------------
What i would like to do is:
Define variables
Define sweep
simulation run 1
Define variables
Define sweep
simulation run 2
-------------------------------------------------------------------------------------------------------------------------------------------------------
It sounds like mixing the two types of Formats mentioned before.
is that possible? Or exist another Format type that permits to do that?
Best regards
Canosa
Im doing a batch simulation using the batch simulation controller for a specific circuit and i would like to change variables and do a sweep at the same time.
For example CVS_List format permits to define variables and alter them for each simulation and
CVS_sweep Format permits to define different sweeps for each simulation.
But they are independent. What i mean is or you define variables and their values or you define a sweep for each simulation. You can not do both.
-------------------------------------------------------------------------------------------------------------------------------------------------------
What i would like to do is:
Define variables
Define sweep
simulation run 1
Define variables
Define sweep
simulation run 2
-------------------------------------------------------------------------------------------------------------------------------------------------------
It sounds like mixing the two types of Formats mentioned before.
is that possible? Or exist another Format type that permits to do that?
Best regards
Canosa
you can play with a DAC,(Data Access Component) and sweep the index of the DAC . in the dependant variables of your DAC you may be able to change a variable and a sweep. look at examples with DAC.
br