Running Simulations
out = simulate(my_model, T = T_end)Mandatory Keyword Arguments:
Ttotal time of the simulation
Optional Keyword Arguments:
t0initial time, defaults to0//1xd0initial state, defaults tonothing. Overwrites initial state given in model.udinput function(t) -> some_input, if none is given, the input will benothingfor all times.
Supported Keywords with no Effect for DT Simulations:
ucinput only used for continuous-time modelsxc0initial state only used for continuous-time modelsintegatorno integrator is used for discrete-time simulationsΔt_maxonly relevant for integrators and therefore irrelevant for discrete-time models