Agilent 34401A

From sigrok
Revision as of 04:33, 11 June 2023 by Zpuskas (talk | contribs) (→‎Photos: Add missing photos of the Agilent 34401A device, front and back)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
HP / Agilent 34401A
Status supported
Source code scpi-dmm
IEC 61010-1 CAT II (300V)
Connectivity GPIB, RS232
Measurements voltage, current, 2- and 4-wire resistance, diode, continuity, frequency, period
Features autorange, true RMS, data hold, relative
Website keysight.com

The HP 34401A / Agilent 34401A is a 6.5 digits CAT II (300V) bench multimeter.

Photos

Example use

Depending on your type of connection you have to can either use the RS232 connection parameter or the GPIB connection parameter. Examples:

 --driver=scpi-dmm:conn=/dev/ttyUSB0

or

 --driver=scpi-dmm:conn=libgpib/hp34401a

Check the capabilities of the meter's driver, and current state of settings:

 $ sigrok-cli -d scpi-dmm:conn=/dev/ttyUSB0 --show

Get or set the meter's current function:

 $ sigrok-cli -d scpi-dmm:conn=/dev/ttyUSB0 --get measured_quantity
 $ sigrok-cli -d scpi-dmm:conn=/dev/ttyUSB0 -c measured_quantity=voltage/dc --set

Acquire measurement data, in the current mode or in another specified mode:

 $ sigrok-cli -d scpi-dmm:conn=/dev/ttyUSB0 --continuous
 $ sigrok-cli -d scpi-dmm:conn=/dev/ttyUSB0 --time 10s
 $ sigrok-cli -d scpi-dmm:conn=/dev/ttyUSB0 --samples 10 -c measured_quantity=current/dc
 

Resources