Skip to content

Commit 6341fd3

Browse files
christiansandberghardbyte
authored andcommitted
Change part in docs about modifying messages
1 parent a3d1e13 commit 6341fd3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

doc/interfaces/ixxat.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ Interface to `IXXAT <http://www.ixxat.com/>`__ Virtual CAN Interface V3 SDK. Wor
1313

1414
The :meth:`~can.interfaces.ixxat.IXXATBus.send_periodic` method is supported
1515
natively through the on-board cyclic transmit list.
16-
The only limitation is that when using the
17-
:meth:`~can.interfaces.ixxat.canlib.CyclicSendTask.modify_data` method, the message needs
18-
to be removed and re-added which will cause a glitch in the periodicity.
16+
Modifying cyclic messages is not possible. You will need to stop it, then
17+
start a new periodic message.
1918

2019

2120
Bus

0 commit comments

Comments
 (0)