IFrTpChannel
Summary
Represents a FlexRay-TP Channel.
- Properties
Structure
- class IFrTpChannel
- extended_addressing
- Adressing Type of this connection
True
Two BytesFalse
One Byte.
- Type
bool
or None
- fr_tp_connections
The list of FlexRay-TP connections referenced in the FlexRay-TP Channel.
- Type
- max_bs
- This attribute defines the number of CFs (Consecutive Frames) between two FCs (Flow Controls) (block size).
Valid values are from
1
to16
when retry is activated and from0
to255
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.
- 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