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.3.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.3-py3-none-any.whl
(35.1 kB
view details)
File details
Details for the file py_canoe-2.1.3.tar.gz.
File metadata
- Download URL: py_canoe-2.1.3.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 |
0c11ab30baaf796eec496d9ebc7afad7df718d8b0ddead495a500fd791fe0729
|
|
| MD5 |
547cc6e25855d4a5f8286b1216a97510
|
|
| BLAKE2b-256 |
a4954a13d9a80f5cd45797635902ea3d662705a3d6c582989d673e6647557e81
|
File details
Details for the file py_canoe-2.1.3-py3-none-any.whl.
File metadata
- Download URL: py_canoe-2.1.3-py3-none-any.whl
- Upload date:
- Size: 35.1 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 |
5ac56079f92adafd2cabe26774827667285e5bac5b4bdabf4d6adb3365679534
|
|
| MD5 |
dee2b22d2e2f045c498c0632d54da8c4
|
|
| BLAKE2b-256 |
841c780a377a9bbb438f0eda768c2574036e0576b9bd65c530ff0d2cfa9dc697
|