rerun_bindings::dataframeFunction 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.PathLikestr
The path to the file to load.
§Returns
Recording
The loaded recording.