chaitu-ycr / py_canoe

Python 🐍 Package for controlling Vector CANoe 🛶 Tool
https://chaitu-ycr.github.io/py_canoe/
MIT License
60 stars 35 forks source link

How to get the created system variables struct definition data #45

Closed BertXin closed 2 weeks ago

chaitu-ycr commented 8 months ago

it is possible from CANoe version 9 and above. in py_canoe package there is no option implanted for reading variable struct members data. pasting here screenshot from vector canoe doc regarding availability. image

chaitu-ycr commented 8 months ago

i will notify here after implementation. if you have implementation code already please fork and create PR.

chaitu-ycr commented 2 weeks ago

hi @BertXin

reading complete struct definition is not available. but you can get symbolic value as return value for system variable sample code 👉 https://github.com/chaitu-ycr/py_canoe/blob/main/tests/test_py_canoe.py#L145-L146