Skip to main contentOpen topic with navigation
CAPL Functions » LIN » linCsError Selectors
linCsError Selectors
Valid for: CANoe DE • CANoe4SW DE
Table of Selectors
-
Keyword: Time
- Description: Time stamp synchronized with the global time base on the computer (CAN hardware or PC system clock). Unit: 10µs
- Type: dword
- Access Limitations: read only
-
Keyword: Time_ns
- Description: Time stamp synchronized with the global time base on the computer (CAN hardware or PC system clock). Unit: nanoseconds
- Type: int64
- Access Limitations: read only
-
Keyword: MsgOrigTime
- Description: Time stamp generated by the LIN hardware. This time stamp is unsynchronized with the global time base on the computer and thus still original. It can be used to compare the time of two LIN hardware generated events. Unit: 10µs
- Type: dword
- Access Limitations: read only
-
Keyword: MsgTimeStampStatus
- Description: Status of MsgOrigTime:
- Bit 0 set: Time stamp is valid
- Bit 0 not set: Time stamp is invalid
- Bit 1 set: Time stamp was generated by software
- Bit 1 not set: Time stamp was generated by hardware
- Bit 4: Has a bus-specific meaning; not currently in use for LIN
- Type: byte
- Access Limitations: read only
-
Keyword: LIN_HeaderTime
- Description: Frame header transmission time. Unit: bit time
- Type: byte
- Access Limitations: read only
-
Keyword: LIN_Fulltime
- Description: Entire frame transmission time. Unit: bit time
- Type: byte
- Access Limitations: read only
-
Keyword: ID
- Description: LIN Frame identifier (6 bits). Value range: 0..63
- Type: byte
-
Keyword: DLC
- Description: Number of data bytes contained in the frame (Data Length Code). Value range: 0..8
- Type: byte
- Access Limitations: read only
-
Keyword: MsgChannel
- Description: Channel through which the checksum error has been received. Value range: 1..32
- Type: word
- Access Limitations: read only
-
Keyword: DIR
- Description: Direction of transmission:
- Tx: Frame was transmitted by LIN hardware
- RX: Frame was received
- TXRQ: Transmission request
- Type: byte
- Access Limitations: read only
-
Keyword: SIMULATED
- Description: This flag specifies whether the frame was simulated. Values:
- 0: Not simulated
- 1: Simulated
- Type: byte
- Access Limitations: read only
-
Keyword: lin_FsmID
- Description: Identifier of the FSM that transmitted the frame response. Only valid if
lin_FSMState <> 255. Value range: 0..63
- Type: byte
- Access Limitations: read only
-
Keyword: lin_FsmState
- Description: The status, in which the FSM transmitted the frame response. Value range: 0..255. If
lin_FsmState = 255 no FSM was configured to respond to this frame. The value of lin_FSMId is thus also invalid.
- Type: byte
- Access Limitations: read only
-
Keyword: Byte(x)
- Description: Frame data byte (8 bit). Possible values for x: 0..7
- Type: byte
- Access Limitations: read only
-
Keyword: Word(x)
- Description: Frame data word (16 bit). Possible values for x: 0-6. The index is byte-oriented. For example, word(1) references the data consisting of bytes 1-2 and not of bytes 2-3.
- Type: word
- Access Limitations: read only
-
Keyword: dword(x)
- Description: Frame data double word (32 bit). Possible values for x: 0-4. The index is byte-oriented. For example, dword(1) references the data consisting of bytes 1-4 and not of bytes 4-7.
- Type: dword
- Access Limitations: read only
-
Keyword: breakLen
- Description: Length of the sync break in ns
- Type: int64
- Access Limitations: read only
-
Keyword: delimiterLen
- Description: Length of the sync delimiter in ns
- Type: int64
- Access Limitations: read only
-
Keyword: EOH
- Description: End of header time stamp in ns
- Type: int64
- Access Limitations: read only
-
Keyword: EOB
- Description: End of byte time stamp of databyte
<i> in ns. Possible indexes: 0..7
- Type: int64
- Access Limitations: read only
-
Keyword: SOF
- Description: Start of Frame time stamp in ns
- Type: int64
- Access Limitations: read only
-
Keyword: HeaderBaudrate
- Description: The measured baudrate of the LIN header of this event. Unit: Bit/s
- Type: double
- Access Limitations: read only