SimulationSpecBase

class SimulationSpecBase(method, t_span, t_eval, max_dt, signals, time_grid_jitter)

Metadata describing a discretized simulation time segment.

Attributes

max_dt

Largest allowed time step when refining the integration grid.

method

Name of the integration backend (for example "basic" or "single_sine_wave").

signals

Signals (Signal or SignalSum) scheduled to drive the segment.

t_eval

Monotonic array of time samples where solver output is requested.

t_span

Two-element array containing the start and end times (in microseconds).

time_grid_jitter

Amplitude of random jitter applied per sub-interval (None disables jitter).