You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/source/isotp/implementation.rst
+12
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,18 @@ The transport layer ``params`` parameter must be a dictionary with the following
147
147
Setting this parameter to ``True`` does not change the behaviour of the :class:`TransportLayer<isotp.TransportLayer>` except that outputted message will have their ``is_fd`` property set to ``True``. This parameter is just a convenience to integrate more easily with python-can
148
148
149
149
150
+
.. _param_bitrate_switch:
151
+
152
+
.. attribute:: bitrate_switch
153
+
:annotation: (bool)
154
+
155
+
**default: False**
156
+
157
+
When set to ``True``, tx message will have a flag ``bitrate_switch`` marked as ``True``, meaning that the underlying layer shall performe a CAN FD bitrate switch after arbitration phase.
158
+
159
+
Setting this parameter to ``True`` does not change the behaviour of the :class:`TransportLayer<isotp.TransportLayer>` except that outputted message will have their ``bitrate_switch`` property set to ``True``. This parameter is just a convenience to integrate more easily with python-can
0 commit comments