uds.utilities.constants.dtc =========================== .. py:module:: uds.utilities.constants.dtc .. autoapi-nested-parse:: :ref:`DTC ` related constants. Attributes ---------- .. autoapisummary:: uds.utilities.constants.dtc.MIN_DTC_VALUE uds.utilities.constants.dtc.MAX_DTC_VALUE uds.utilities.constants.dtc.DTC_CHARACTERS_MAPPING uds.utilities.constants.dtc.BITS_TO_DTC_CHARACTER_MAPPING uds.utilities.constants.dtc.DTC_SNAPSHOT_RECORD_NUMBER_MAPPING uds.utilities.constants.dtc.DTC_EXTENDED_DATA_RECORD_NUMBER_MAPPING uds.utilities.constants.dtc.DTC_STORED_DATA_RECORD_NUMBER_MAPPING uds.utilities.constants.dtc.GROUP_OF_DTC_MAPPING uds.utilities.constants.dtc.DTC_FORMAT_IDENTIFIER_MAPPING uds.utilities.constants.dtc.DTC_FUNCTIONAL_GROUP_IDENTIFIER_MAPPING Module Contents --------------- .. py:data:: MIN_DTC_VALUE :value: 0 Minimum DTC value. .. py:data:: MAX_DTC_VALUE :value: 16777215 Maximum DTC value. .. py:data:: DTC_CHARACTERS_MAPPING :type: Dict[str, int] Mapping of the first DTC character in :ref:`OBD format ` to bits. .. py:data:: BITS_TO_DTC_CHARACTER_MAPPING :type: Dict[int, str] Mapping of the first two DTC bits to :ref:`OBD format ` character. .. py:data:: DTC_SNAPSHOT_RECORD_NUMBER_MAPPING :type: Dict[int, str] Values mapping for `DTCSnapshotRecordNumber` Data Record. .. py:data:: DTC_EXTENDED_DATA_RECORD_NUMBER_MAPPING :type: Dict[int, str] Values mapping for `DTCExtDataRecordNumber` Data Record. .. py:data:: DTC_STORED_DATA_RECORD_NUMBER_MAPPING :type: Dict[int, str] Values mapping for `DTCStoredDataRecordNumber` Data Record. .. py:data:: GROUP_OF_DTC_MAPPING :type: Dict[int, str] Values mapping for `groupOfDTC` Data Record. .. py:data:: DTC_FORMAT_IDENTIFIER_MAPPING :type: Dict[int, str] Values mapping for `DTCFormatIdentifier` Data Record. .. py:data:: DTC_FUNCTIONAL_GROUP_IDENTIFIER_MAPPING Values mapping for `FunctionalGroupIdentifier` Data Record.