Get Received Signal Values With Timeout
Returns a list of received signal values within a specified timeout.
Arguments Description
signal_path (str): The signal_path should be in the format:
BusName::MsgId::SignalName
. timeout (int): A period of time in milliseconds.
Returns
- ist[Tuple[int, int]]: List of a tuples. Each tuple contains the timestamp of the received signal and its value
List[Tuple[/timestamp/, /value/]].
Example
Get Received Signal values With Timeout ${BusName}::${MsgId}::${SignalName} ${timeout}
Note
An observer on the signal should be started beforehand.