ITpConfig

Summary

Represents a TP Configuration

Properties

Structure

class ITpConfig
can_tp_connections

The list of CAN-TP connections of the TP Configuration.

Type

IEnumerable[ICanTpConnection]

cluster

Defines to which cluster the TP Configuration belongs.

Type

ICluster

fr_tp_connections

The list of FlexRay-TP connections of the TP Configuration.

Type

IEnumerable[IFrTpConnection]

name

The name of the TP Configuration.

Type

str

pdu_pools

The list of FlexRay-TP Pdu Pools of the TP Configuration.

Type

IEnumerable[IPduPool]

tp_addresses

The list of TP-ADDRESSES of the TP Configuration.

Type

IEnumerable[TpAddress]

tp_nodes

The list of TP-NODES of the TP Configuration.

Type

IEnumerable[ITpNode]

uuid

The UUID of the TP Configuration.

Type

str