Lines Matching full:python
9 This test suite uses `python-can`_ for testing Controller Area Network (CAN) communication between a
17 * The python-can library installed on the host PC.
29 The host end of the CAN fixture can be configured through python-can. Available configuration
30 options depend on the type of host CAN adapter used. The python-can library provides a lot of
31 flexibility for configuration as decribed in the `python-can configuration`_ page, all centered
35 * By default, the python-can configuration context is not specified, causing python-can to use the
38 ``:`` (i.e. specify fixture ``can:zcan0`` to use the ``zcan0`` python-can configuration context).
41 python-can configuration context).
60 Next, python-can needs to be configured for the ``zcan0`` interface. One option is to use a
87 adapter must be supported by python-can. The examples below assumes using a Linux SocketCAN
88 interface named ``can0``. For other platforms/adapters, please see the `python-can`_ documentation.
101 Next, python-can needs to be configured for the ``can0`` interface. One option is to use a dedicated
126 https://python-can.readthedocs.io
129 https://python-can.readthedocs.io/en/stable/configuration.html