I have the following tcl code.
proc add_led_control_component { led } {
dashboard_add ${::led_control::dash_path} label_led_${led} label leds_group
dashboard_set_property ${::led_control::dash_path} label_led_${led} text "Led ${led}"
dashboard_add ${::led_control::dash_path}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.