05-09-2019 04:21 AM
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?
Solved! Go to Solution.
05-09-2019 04:37 AM - edited 05-09-2019 04:38 AM
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…
05-09-2019 05:32 AM - edited 05-09-2019 05:36 AM
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.
This sets the aperture at 100 power line cycles.
02-27-2020 02:33 AM
Kudos given to OP for coming back to thread to post his solution. Salt of the earth.