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.1.tar.gz
(28.5 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.1-py3-none-any.whl
(35.0 kB
view details)
File details
Details for the file py_canoe-2.1.1.tar.gz.
File metadata
- Download URL: py_canoe-2.1.1.tar.gz
- Upload date:
- Size: 28.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.9.13 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8080d652e7470b4b63bee864364ce0b244e0511ccb334e9ea363ff152b9bfd68
|
|
| MD5 |
2f43a6cf8d39189a6607b26bde23a00c
|
|
| BLAKE2b-256 |
a2d4d4a707e2fb5e1fa4b483c3517bd4a3dbeebf582d5f7ee2f6d5b11499b6d3
|
File details
Details for the file py_canoe-2.1.1-py3-none-any.whl.
File metadata
- Download URL: py_canoe-2.1.1-py3-none-any.whl
- Upload date:
- Size: 35.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.9.13 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1598e46637a539746b33f6fa0c44d9c90d6dd36a2a13f950ef2645f3069f8f3
|
|
| MD5 |
13df90db3f3fca8ee1813f9142989981
|
|
| BLAKE2b-256 |
09beebe6117f26c29a1beadc4c9a1d2a299e7eeebd6cad883ce1332d7ed8890c
|