Get Last Received Signal Values

**Returns a list of last received signal values.

The maximum size of the list is the buffer_size.**

Arguments Description

signal_path (str): The signal path should be in the format: BusName::MsgId::SignalName. buffer_size (int): The maximal buffer size to be set.

Returns

List[Tuple[int, int]]: List of tuples. Each tuple contains the timestamp of the received signal and its value.

List[Tuple[/timestamp/, /value/]].

Example

Get Last Received Signal Values ${bus_name}::${Msg_Id}::${signal_name} ${buffer_size}

Note

  • An observer on the signal path should be started beforehand.

  • If the number of the received values are less than the buffer size the keyword will return only the received values.