Skip to content

Commit c6014dd

Browse files
committed
Fix docstrings to cover whole RPDO / TPDO parameter ranges.
1 parent 2e3af55 commit c6014dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

canopen/pdo/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self, node, rpdo: PdoBase, tpdo: PdoBase):
4242
class RPDO(PdoBase):
4343
"""Receive PDO to transfer data from somewhere to the represented node.
4444
45-
Properties 0x1400 to 0x1403 | Mapping 0x1600 to 0x1603.
45+
Properties 0x1400 to 0x15FF | Mapping 0x1600 to 0x17FF.
4646
:param object node: Parent node for this object.
4747
"""
4848

@@ -67,7 +67,7 @@ def stop(self):
6767
class TPDO(PdoBase):
6868
"""Transmit PDO to broadcast data from the represented node to the network.
6969
70-
Properties 0x1800 to 0x1803 | Mapping 0x1A00 to 0x1A03.
70+
Properties 0x1800 to 0x19FF | Mapping 0x1A00 to 0x1BFF.
7171
:param object node: Parent node for this object.
7272
"""
7373

0 commit comments

Comments
 (0)