I made a GUI, to control an electronic instrument I designed, which has different buttons for different states. I also made a python script to control that instrument. What I want to do is that when I send a command to the instrument to change its state, the GUI should also show the change by changing the radio button selection. I just want to trigger the radio button click event externally from a different file. Is it possible?
Thanks,
Jatin.