ophyd_async.core.load_from_yaml# ophyd_async.core.load_from_yaml(save_path: str) → Sequence[Dict[str, Any]][source]# Plan that returns a list of dicts with saved signal values from a yaml file. Parameters: save_path (str) – Path of the yaml file to load from See also ophyd_async.core.save_to_yaml(), ophyd_async.core.set_signal_values()