I was wondering if Benchvue provides a way to customize the GUI and design our own, for eg: A slider to control a particular parameter of a device, and textbox to enter a value.
Is there a way to implement Benchvue in a "Windows form" like fashion, in which we make the GUI more intuitive rather than just using the default functions (which are really helpful and intuitive).
Any help is much appreciated.
Thank you
BenchVue does not currently have a way to make GUIs. However, you can "Run a Script," which allows you to call other programs that have a GUI, and exchange data back and forth. A better way might be to use Visual Basic for your GUI, then use the BenchVue API to start BenchVue, Start Test Flow, Load a sequence, and Run it. See examples at C:\Program Files (x86)\Keysight\BenchVue\BenchVueAPI.
Brian