Function rerun_bindings::dataframe::load_recording

source ·
pub fn load_recording(path_to_rrd: PathBuf) -> PyResult<PyRecording>
Expand description

Load a single recording from an RRD file.

Will raise a ValueError if the file does not contain exactly one recording.

§Parameters

path_to_rrd : str | os.PathLike The path to the file to load.

§Returns

Recording The loaded recording.