About py_canoe
Python 🐍 Package for controlling Vector CANoe 🛶 Tool
fork this repo and create pull request to contribute back to this project.
for ideas/discussions please create new discussion here
create issue or request feature here
GitHub Releases 👉 link
PyPi Package 👉 link
Prerequisites link
Python environment setup instructions link
Install py_canoe package
pip install py_canoe --upgrade
Documentation Links
example use cases 👉 link
package reference doc 👉 link
Sample Example
# Import CANoe module
from py_canoe import CANoe
# create CANoe object
canoe_inst = CANoe()
# open CANoe configuration. Replace canoe_cfg with yours.
canoe_inst.open(canoe_cfg=r'tests\demo_cfg\demo.cfg')
# print installed CANoe application version
canoe_inst.get_canoe_version_info()
# Start CANoe measurement
canoe_inst.start_measurement()
# get signal value. Replace arguments with your message and signal data.
sig_val = canoe_inst.get_signal_value('CAN', 1, 'LightState', 'FlashLight')
print(sig_val)
# Stop CANoe Measurement
canoe_inst.stop_measurement()
# Quit / Close CANoe configuration
canoe_inst.quit()
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py_canoe-3.0.0.tar.gz
(19.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
py_canoe-3.0.0-py3-none-any.whl
(19.6 kB
view details)
File details
Details for the file py_canoe-3.0.0.tar.gz.
File metadata
- Download URL: py_canoe-3.0.0.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.8.4 CPython/3.12.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57917f518ab77661d93eb39539986f9f027066f2a1fb13ced43a9cc908e1e6ba
|
|
| MD5 |
b304499d168564ce75498ca5fda9e518
|
|
| BLAKE2b-256 |
9d9bb00b261c0b37f5f5d3745b5bd2b0491cbeb9e91ddede6c9a777addba0304
|
File details
Details for the file py_canoe-3.0.0-py3-none-any.whl.
File metadata
- Download URL: py_canoe-3.0.0-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.8.4 CPython/3.12.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12aaa6579ac3bb5ea416f62f8c3c83cc41a610f69cc5945b302669f20c5b5816
|
|
| MD5 |
5e73f31f0ff9945e2d09cf72e276c563
|
|
| BLAKE2b-256 |
426beda14f5de3ce571b5367eb6de3e046cc3507ca8c46ee941a76e23e08bc7a
|