SimulationSpecSingleSineWave
- class SimulationSpecSingleSineWave(method, t_span, t_eval, max_dt, signals, time_grid_jitter, periodic_time, t_span_projected_sorted, t_eval_projected_sorted, unsort_indices, cycle_indices)
Simulation metadata optimized for single sine wave method.
Attributes
Integer index of the period each
t_evalsample belongs to.Largest allowed time step when refining the integration grid.
Name of the integration backend (for example
"basic"or"single_sine_wave").Duration of one period of the driving tone (in microseconds).
Signals (
SignalorSignalSum) scheduled to drive the segment.Monotonic array of time samples where solver output is requested.
Sorted projection of
t_evalinto the first period.Two-element array containing the start and end times (in microseconds).
Start/end times of the base cycle used for single-period integration.
Amplitude of random jitter applied per sub-interval (
Nonedisables jitter).Indices that restore the original
t_evalordering after projection.