ophyd_async.core.set_signal_values#
- ophyd_async.core.set_signal_values(signals: Dict[str, SignalRW[Any]], values: Sequence[Dict[str, Any]]) Generator[Msg, None, None] [source]#
Loads a phase or a set of phases from a yaml file and puts value to an Ophyd device
- Parameters:
signals (Dict[str, SignalRW[Any]]) – Dictionary of named signals to be updated if value found in values argument.
values (Sequence[Dict[str, Any]]) – List of dictionaries of signal name and value pairs, if a signal matches the name of one in the signals argument, sets the signal to that value. The groups of signals are loaded in their list order.