We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f3c8f commit 6192308Copy full SHA for 6192308
can/io/trc.py
@@ -308,6 +308,7 @@ def __init__(
308
write mode, not binary write mode.
309
:param channel: a default channel to use when the message does not
310
have a channel set
311
+ :param file_version: the trc file format version. Version 2.1 by default
312
"""
313
super().__init__(file, mode="w")
314
self.channel = channel
0 commit comments