We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b2361 commit 7e7e987Copy full SHA for 7e7e987
examples/exampleMerge.py
@@ -31,7 +31,7 @@
31
#
32
33
# Copy Can-ID 1234 from second CAN-Matrix to target-Matrix
34
-canmatrix.copy.copy_frame(1234, db2, db3)
+canmatrix.copy.copy_frame(canmatrix.ArbitrationId(100), db2, db3)
35
36
# Copy frame "Engine_123" from first CAN-Matrix to target-Matrix
37
canmatrix.copy.copy_frame("Engine_123", db1, db3)
0 commit comments