LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Keysight MSO3024T Oscilloscope Settings

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

 

DragonSnow_0-1753307077762.png

 

Thanks in advance

 

0 Kudos
Message 1 of 2
(177 Views)

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.

0 Kudos
Message 2 of 2
(157 Views)