We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afb0bf commit 3943a86Copy full SHA for 3943a86
1 file changed
can/interfaces/vector/canlib.py
@@ -107,13 +107,13 @@ def __init__(
107
CAN: range `16…32768`
108
CAN-FD: range `8192…524288`
109
:param app_name:
110
- Name of application in Vector Hardware Configuration.
+ Name of application in *Vector Hardware Config*.
111
If set to `None`, the channel should be a global channel index.
112
:param serial:
113
Serial number of the hardware to be used.
114
If set, the channel parameter refers to the channels ONLY on the specified hardware.
115
- If set, the app_name does not have to be previously defined in Vector Hardware
116
- Configuration.
+ If set, the `app_name` does not have to be previously defined in
+ *Vector Hardware Config*.
117
:param fd:
118
If CAN-FD frames should be supported.
119
:param data_bitrate:
0 commit comments