myogen.utils.continuous_saver.ContinuousSaver.record_step#

ContinuousSaver.record_step(timestep__ms: float) None[source]#

Record data for current simulation timestep.

Call this from your step callback at each timestep.

Parameters:

timestep__ms (float) – Integration timestep in milliseconds

Return type:

None