Get Signal Value If Received

Returns the value of a signal if it has been received.

Arguments

path (str): The path of the signal to check. Its format should be: BusName::MsgId::SignalName.

is_physical (bool, optional): True: To get the physical signal value.

False: To get the raw network signal value. Defaults to False.

Returns

int: The value of the signal if received.

Example

${received_value} = Get Signal Value If Received ${BusName}::${MsgId}::${SignalName} ${False}