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 4263f85 commit 282b2e3Copy full SHA for 282b2e3
canopen/profiles/p402.py
@@ -432,8 +432,8 @@ def on_TPDOs_update_callback(self, mapobject):
432
def statusword(self):
433
"""Return the last read value of the Statusword (0x6041) from the device.
434
435
- If the the object 0x6041 is not configured in any TPDO it will fall back to the
436
- SDO mechanism and try to get the value.
+ If the object 0x6041 is not configured in any TPDO it will fall back to the SDO
+ mechanism and try to get the value.
437
"""
438
try:
439
return self.tpdo_values[0x6041]
0 commit comments