Start Monitor Signal
Starts an observer on a specific signal.
Arguments Description
signal_path (str): The signal path should be in the format:
BusName::MsgId::SignalName
.
- on_change (bool, optional): True: Indicates that only different consecutive values will be saved, filtering out redundant consecutive values.
False: Signifies that all consecutive values, including redundant ones, will be saved. Defaults to False.
is_physical (bool, optional): Argument not yet supported.
Returns
- bool: True if the observer is successfully started; otherwise False.
For example, an observer on that signal is already started and not stopped yet.
Example
Start Monitor Signal ${BusName}::${MsgId}::${SignalName}
Note
The received Values of the signal could be retrieved once the observer is stopped.