LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Keysight 34465A - set aperture in NPLC instead of seconds?

Solved!
Go to solution

There is a function on Keysight 34465A multimeters front panel that allows setting aperture by time (s) or number of Power Line Cycles.

There is a VI in the Agilent 3446X Series library that allows to do the same from Labview, however it only works for the time in seconds. Is it possible to programatically (from Labview) set the aperture by number of PLC instead?     

0 Kudos
Message 1 of 4
(3,664 Views)
Solution
Accepted by topic author DB2020

Hi DB,

 

Is it possible to programatically (from Labview) set the aperture by number of PLC instead?

Read the manual for your Keysight device to learn about its commands and parameters.

Then implement the proper command in a VI similar to the one you already found…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(3,649 Views)

Thanks a lot. 

 

The solution I ended up with, was to create a Keysight command and write it directly to VISA instead of using the library VI.

 

Aperture3.PNG

 

 

 

This sets the aperture at 100 power line cycles.

Message 3 of 4
(3,640 Views)

Kudos given to OP for coming back to thread to post his solution. Salt of the earth.

0 Kudos
Message 4 of 4
(3,362 Views)