IFrTpChannel

Summary

Represents a FlexRay-TP Channel.

Properties

Structure

class IFrTpChannel
extended_addressing
Adressing Type of this connection

True Two Bytes False One Byte.

Type

bool or None

fr_tp_connections

The list of FlexRay-TP connections referenced in the FlexRay-TP Channel.

Type

IEnumerable[IFrTpConnection]

max_bs
This attribute defines the number of CFs (Consecutive Frames) between two FCs (Flow Controls) (block size).

Valid values are from 1 to 16 when retry is activated and from 0 to 255 otherwise.

Type

int32 or None

max_fc_wait

Defines the maximal number of wait frames to be sent for a pending connection.

Type

uint8 or None

maximum_message_length

Specifies the maximum message length for the particular channel.

Type

MAXIMUM_MESSAGE_LENGTH_TYPE

time_br

Defines the time, in seconds, between receiving the last CF of a block or an FF-x (or SF-x) and sending out an FC or AF.

Type

decimal or None

time_cs
Defines the time, in seconds, between the sending of two CFs or between a CF and a FC (for Transmit Cancellation)

or between reception of a FC or AF and sending of the next CF or a FC (for Transmit Cancellation).

Type

decimal or None

timeout_ar
Defines the time, in seconds, between the PDU transmit request of the Transport Layer to the FlexRay Interface

and the corresponding confirmation of the FlexRay Interface on the receiver side (for FC or AF).

Type

decimal or None

timeout_as
Defines the timeout, in seconds, between the PDU transmit request for the first PDU of the group used in the current connection of the Transport Layer to the FlexRay Interface

and the corresponding confirmation of the FlexRay Interface (when having sent the last PDU of the group used in this connection) on the sender side (SF-x, FF-x, CF).

Type

decimal or None

timeout_bs

Defines the timeout, in seconds, for waiting for an FC or AF on the sender side in a 1:1 connection.

Type

decimal or None

timeout_cr

Defines the time, in seconds, for waiting for a CF or FF-x (in case of retry) after receiving the last CF or after sending an FC or AF on the receiver side.

Type

decimal or None

uuid

The UUID or the path of the TP Config and the index of the FlexRay-TP Channel.

Type

str