07-23-2025 04:46 PM
Can someone show me how to do this in LabVIEW?
The Current Scope is set to 2 amp/div
Using the scope,
I am clicking on Chanel 1 (1 button) > Probe > Units > Change from Volts to Amps
Thanks in advance
07-23-2025 07:07 PM
Not every command is available in the manufacturer's premade VIs. This is likely one of them. Keysight scopes usually support around 500 different remote commands, and the premade VIs only cover the 50 or so most common.
I'm pretty sure this is the programming manual for your scope:
https://www.batronix.com/files/Keysight/Oszilloskope/3000XT/3000XT-Programming.pdf
On it, I see on page 286 a ":CHANnel<n>:UNITs" command that is probably what you want to use.
You can write a VI to send the command yourself, or if you want a template you can look through the existing VIs provided, find one that sends just one command to a channel (not one of the ones that sends 2-6 commands all in a row...), do a "Save as..." -> Copy, and then modify that VI to send the UNITs command instead with the setting you need.