pub fn load_recording(path_to_rrd: PathBuf) -> PyResult<PyRecording>
Load a single recording from an RRD file.
Will raise a ValueError if the file does not contain exactly one recording.
ValueError
path_to_rrd : str | os.PathLike The path to the file to load.
Recording The loaded recording.