Kvaser CanKing GUI Extensions SDK - v7.5.1
    Preparing search index...

    Interface TdcConfiguration

    A message for defining Transmitter-Delay Compensation (TDC) configuration.

    interface TdcConfiguration {
        offset: number;
    }
    Index

    Properties

    Properties

    offset: number

    Secondary Sample Point (SSP) offset (mtq).

    -+---------------+- TX bit
     |<-- SP -->|
                  -+---------------+- RX bit
     |<--- TDC --->|<-- SP -->|
                              |<->| relative SSP offset
                   |<------------>| absolute SSP offset
     |<------ Secondary SP ------>|
    

    This value is relative to the Sample Point (SP), unless canMODE_TDC_ABS_SP is set. With canMODE_TDC_MANUAL the transmitter delay otherwise dynamically measured by the transceiver should be included. Required to be zeroed if canMODE_TDC_OFF is set.