Skip to main content

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

py_canoe-2.1.3-py3-none-any.whl (35.1 kB view details)

Uploaded Python 3

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

Hashes for py_canoe-2.1.3.tar.gz
Algorithm Hash digest
SHA256 0c11ab30baaf796eec496d9ebc7afad7df718d8b0ddead495a500fd791fe0729
MD5 547cc6e25855d4a5f8286b1216a97510
BLAKE2b-256 a4954a13d9a80f5cd45797635902ea3d662705a3d6c582989d673e6647557e81

See more details on using hashes here.

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

Hashes for py_canoe-2.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5ac56079f92adafd2cabe26774827667285e5bac5b4bdabf4d6adb3365679534
MD5 dee2b22d2e2f045c498c0632d54da8c4
BLAKE2b-256 841c780a377a9bbb438f0eda768c2574036e0576b9bd65c530ff0d2cfa9dc697

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page