SimulationSpecBase
- class SimulationSpecBase(method, t_span, t_eval, max_dt, signals, time_grid_jitter)
Metadata describing a discretized simulation time segment.
Attributes
Largest allowed time step when refining the integration grid.
Name of the integration backend (for example
"basic"or"single_sine_wave").Signals (
SignalorSignalSum) scheduled to drive the segment.Monotonic array of time samples where solver output is requested.
Two-element array containing the start and end times (in microseconds).
Amplitude of random jitter applied per sub-interval (
Nonedisables jitter).