Difference between revisions of "Agilent 34405A"
Jump to navigation
Jump to search
(device is supported by the scpi-dmm driver) |
(provide examples for sigrok-cli use) |
||
Line 21: | Line 21: | ||
File:Agilent 34405A back.png | File:Agilent 34405A back.png | ||
</gallery> | </gallery> | ||
== Example use == | |||
Scan for connected devices: | |||
$ sigrok-cli -d scpi-dmm --scan | |||
If other supported models or multiple devices of the same type are connected: | |||
$ lsusb | |||
$ sigrok-cli -d scpi-dmm:conn=0957.0618 --scan | |||
$ sigrok-cli -d scpi-dmm:conn=3.15 --scan | |||
Get or set the meter's current function: | |||
$ sigrok-cli -d scpi-dmm --get measured_quantity | |||
$ sigrok-cli -d scpi-dmm -c measured_quantity=voltage/dc --set | |||
Take measurements, in the current mode or in another specified mode: | |||
$ sigrok-cli -d scpi-dmm --continuous | |||
$ sigrok-cli -d scpi-dmm --time 10s | |||
$ sigrok-cli -d scpi-dmm -c measured_quantity=current/dc --samples 10 | |||
== Resources == | == Resources == |
Revision as of 08:04, 16 November 2018
Status | supported |
---|---|
Source code | scpi-dmm |
Counts | 120000 |
IEC 61010-1 | CAT II (300V) / CAT I (1000VDC) |
Connectivity | USB (USBTMC) |
Measurements | voltage, current, resistance, capacitance, frequency, temperature, diode, continuity |
Features | autorange, true RMS, data hold, relative |
Website | keysight.com |
The Agilent 34405A is a 120000 count CAT II (300V) / CAT I (1000VDC) bench multimeter with USB (USBTMC) connectivity.
See Agilent 34405A/Info for USB profile information.
Photos
Example use
Scan for connected devices:
$ sigrok-cli -d scpi-dmm --scan
If other supported models or multiple devices of the same type are connected:
$ lsusb $ sigrok-cli -d scpi-dmm:conn=0957.0618 --scan $ sigrok-cli -d scpi-dmm:conn=3.15 --scan
Get or set the meter's current function:
$ sigrok-cli -d scpi-dmm --get measured_quantity $ sigrok-cli -d scpi-dmm -c measured_quantity=voltage/dc --set
Take measurements, in the current mode or in another specified mode:
$ sigrok-cli -d scpi-dmm --continuous $ sigrok-cli -d scpi-dmm --time 10s $ sigrok-cli -d scpi-dmm -c measured_quantity=current/dc --samples 10