Stop Monitor And Check Always
Stops the signal observer and compares the retrieved values against the expected signal value.
Arguments Description
signal_path (str): The signal path should be in the format:
BusName::MsgId::SignalName
.signal_value (int): The expected signal value.
Returns
bool: True if all the retrieved values are equal to the expected signal value; otherwise, False.
Example
Stop Monitor And Check Always ${BusName}::${MsgId}::${SignalName} ${8}
Note
An observer should be started for the target signal beforehand.