Stop Signals Observers
Stops the observer of each specified signal.
Arguments Description
- signals_paths (list[str]): The signals paths list.
Each path should be in the format:
BusName::MsgId::SignalName
. ${signals_list} = Create List ${BusName1}::${MsgId1}::${SignalName1} ${BusName2}::${MsgId2}::${SignalName2}
Returns
bool: True if all specified observers have been stopped; otherwise, False.
Example
${signal_list} = Create List ${BusName1}::${MsgId1}::${SignalName1} ${BusName2}::${MsgId2}::${SignalName2}${res}= Stop Signals Observers ${signal_list}
Note
An observer sould be started on each signal beforehand.