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.1.tar.gz
(19.2 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.1-py3-none-any.whl
(19.7 kB
view details)
File details
Details for the file py_canoe-3.0.1.tar.gz.
File metadata
- Download URL: py_canoe-3.0.1.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e00c72391ee6324fc24d3b4438e0fcb038f7ac286159feadb4fcd72798ce40a
|
|
| MD5 |
f49a952020af2c101ccb8900b12fdb30
|
|
| BLAKE2b-256 |
d4181be14e4ef4b38975692fee62898d32fa884f3db451e59b9980dd80cc1aee
|
File details
Details for the file py_canoe-3.0.1-py3-none-any.whl.
File metadata
- Download URL: py_canoe-3.0.1-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9417101661968842726dada775d6d650755a7b51750ef636cf314e24ce79c586
|
|
| MD5 |
125cbc3cd396b5fa1999ccf0e52ab489
|
|
| BLAKE2b-256 |
baf6eddbc567ab4654da0b59ff6be1af6db955e8d25c5e44bbc9927ee758bf6b
|