Get Network Signal
Gets the Last received signal value over CAN, CANFD, LIN and FlexRay.
Arguments Description
path (str): The path should be in the format:
BusName::MsgId::SignalName
.is_physical (bool, optional): Argument not yet supported.
Returns
list[int]: The signal value when the signal type is ByteFiled. int: The signal value.
Example
${receivedVal} = Get Network Signal ${BusName}::${MsgId}::${SignalName}