Difference between revisions of "Agilent 34401A"
Jump to navigation
Jump to search
(use internal links within the wiki) |
(Add more resource links, which point to the user's and service manuals) |
||
Line 45: | Line 45: | ||
* [https://www.keysight.com/de/de/assets/7018-06774/data-sheets/5968-0162.pdf Datasheet] | * [https://www.keysight.com/de/de/assets/7018-06774/data-sheets/5968-0162.pdf Datasheet] | ||
* [https://www.keysight.com/us/en/assets/9018-01063/user-manuals/9018-01063.pdf User's guide] | |||
* [https://www.keysight.com/us/en/assets/9018-02040/user-manuals/9018-02040.pdf User's guide errata] | |||
* [https://www.keysight.com/us/en/assets/9018-05613/service-manuals/9018-05613.pdf Service guide] | |||
[[Category:Device]] | [[Category:Device]] | ||
[[Category:Multimeter]] | [[Category:Multimeter]] | ||
[[Category:Supported]] | [[Category:Supported]] |
Revision as of 07:24, 10 June 2023
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
TODO
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