I'm trying to write some CAPL code to be able to hide an LED when a user presses on a button in my CANoe panel. How can I call on the LED control name and change "Is visible at Runtime" to false?
Thanks!!!
For CAPL, there is a function void enableControl(char panel[], char control[], long enable);.
void enableControl(char panel[], char control[], long enable);
For C# there is a COM Property Visible.
Visible
Please check Vector Help Guide for references on how to use them.
2.1m questions
2.1m answers
60 comments
57.0k users