nixnet.database.dbc_signal_value_table

class nixnet.database._dbc_signal_value_table.DbcSignalValueTable(handle: int)[source]

Bases: Mapping

Collection for accessing a DBC signal value table.

get(k[, d]) D[k] if k in D, else d.  d defaults to None.
items()[source]

Return all value descriptions and values in the collection.

Yields:

An iterator to tuple pairs of value descriptions and values in the collection.

keys()[source]

Return all value descriptions in the collection.

Yields:

An iterator to all value descriptions in the collection.

values()[source]

Return all values in the collection.

Yields:

An iterator to all values in the collection.