We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe494bb commit baba4a9Copy full SHA for baba4a9
1 file changed
canopen/pdo/base.py
@@ -551,7 +551,9 @@ def start(self, period: Optional[float] = None) -> None:
551
:param period:
552
Transmission period in seconds. Can be omitted if :attr:`period` has been set
553
on the object before.
554
- :raises ValueError: When neither the argument nor the :attr:`period` is given.
+
555
+ :raises ValueError:
556
+ When neither the argument nor the :attr:`period` is given, or no COB-ID assigned.
557
"""
558
# Stop an already running transmission if we have one, otherwise we
559
# overwrite the reference and can lose our handle to shut it down
0 commit comments