I'd like to have a small windows application, with radio buttons, that can send canned SCPI sequences to one or more instruments. Previously I've done this in C# but no longer want to program.
Ideally, the application can initiate a SCPI session, would have radio buttons that can pick up their labels, and the commands sent for each button, both coming from an ini file.
What's the simplest way to get there? Is there a similar utility in existence?
I've read several SCPI related posts and have seen simple SCPI in python, but want a graphic solution.