The initial/default value of the signal. For scalar signals: a single number. For byte array signals: an array of numbers.
OptionalphysThe current physical value of the signal (if applicable).
OptionalphysThe current physical value represented as an enumeration label (if applicable).
The name of the node that publishes this signal.
The name of the LIN signal.
The size of the signal in bits.
The type of signal representation. 'ByteArray' for multi-byte array signals, 'Scalar' for single value signals.
List of node names that subscribe to this signal.
OptionalupdateIndicates whether the signal value has been updated.
OptionalvalueThe current raw value of the signal. For scalar signals: a single number. For byte array signals: an array of numbers.
Represents a LIN (Local Interconnect Network) signal that defines data within a LIN frame.