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-2.1.2.tar.gz
(28.6 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-2.1.2-py3-none-any.whl
(35.0 kB
view details)
File details
Details for the file py_canoe-2.1.2.tar.gz.
File metadata
- Download URL: py_canoe-2.1.2.tar.gz
- Upload date:
- Size: 28.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33d6f01918b80fcf1cf6d5f67392a63723bc06818db3c20b127cd65e7d52e3af
|
|
| MD5 |
30ddabadb6bf574021fa90af18fd0efb
|
|
| BLAKE2b-256 |
323b191a64b3f0a1ef17c24ec4f01a853b3ad42a22d1ff4a0cbc5a2e9a220f78
|
File details
Details for the file py_canoe-2.1.2-py3-none-any.whl.
File metadata
- Download URL: py_canoe-2.1.2-py3-none-any.whl
- Upload date:
- Size: 35.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f424ed6bceb6ede54e516390f3b28a1de55bd2299a1e6b694622168b1c96054d
|
|
| MD5 |
9b4233b23e862424f3e76df3489181d4
|
|
| BLAKE2b-256 |
d581319c44eea8d05df6c4f8be1088ac5ed4c0d6e91e0d61e366b61430fc5348
|