Hello together,
I want to use the result of one simulation as an input variable for the next simulation. In other words, the source voltage in each of my transient sweep simulations should be taken/determined from/in a "presimulation".
Is this possible somehow?
Thanks in advance,
You can control the initial conditions of a transient simulation with "InitCond" and "InitCondByName" blocks. Probably, with some "DataAccessComponent", you can read the simulation results of your previous simulation and set the variables that are used in the blocks that set the initial conditions.