myogestic.gui.widgets.templates.RecordingInterfaceTemplate.start_recording_preparation#

RecordingInterfaceTemplate.start_recording_preparation()[source]#

Validate state and prepare for recording.

Called by the RecordProtocol before each recording starts. Override to clear buffers, calculate expected samples, and validate that the VI is ready to record.

Returns True if the VI is ready, False otherwise.

Return type:

bool