ITpNode
Summary
Represents a TP Node (Sender or Receiver) that provides the TP Address and the connection to the Topology description.
- Properties
Structure
- class ITpNode
- connector
The connector of the TP Node.
- Type
- drop_not_requested_nad
- Configures if TP Frames of not requested LIN-Slaves are dropped or not.
True
Means drop TP Frames of not requested LIN-SlavesFalse
Means keep TP Frames of not requested LIN-Slaves It is only used for LIN Master nodes, ignored for slave nodes.
- Type
bool
or None
- max_resp_pending_frames
Configures the maximum number of allowed response pending frames.
- Type
int32
or None
- p2_max
After reception of a response pending frame the P2 timeout counter is reloaded with the timeout time P2 max..
- Type
float
or None
- p2_timing
- P2 timeout observation parameter.
It is only used for LIN Master nodes, ignored for slave nodes.
- Type
float
or None