From: Henrik Grimler <henrik.grim...@etteplan.com> Keysight is a spin-off company from Agilent [1], and they now seem to produce their 34460A digital multimeter under the Keysight brand [2]. When connected over usb, the DMM shows up as:
$ lsusb Bus 001 Device 015: ID 2a8d:1601 Keysight Technologies 34460A Copy the existing Agilent 34460A entry to support the Keysight Techologies 34460A variant as well. [1] https://www.investor.agilent.com/news-and-events/news/news-details/2014/Agilent-Technologies-Spins-Off-Its-Electronic-Measurement-Business-Keysight-Technologies/default.aspx [2] https://www.keysight.com/us/en/product/34460A/digital-multimeter-6-5-digit-basic-truevolt.html --- src/hardware/scpi-dmm/api.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/hardware/scpi-dmm/api.c b/src/hardware/scpi-dmm/api.c index d0a448d783fb..ea3e2093d744 100644 --- a/src/hardware/scpi-dmm/api.c +++ b/src/hardware/scpi-dmm/api.c @@ -238,6 +238,14 @@ SR_PRIV const struct scpi_dmm_model models[] = { 0, 0, 10 * 1000, 0, FALSE, scpi_dmm_get_range_text, scpi_dmm_set_range_from_text, NULL, }, + { + "Keysight", "34460A", + 1, 6, cmdset_agilent, ARRAY_AND_SIZE(mqopts_agilent_34405a), + scpi_dmm_get_meas_agilent, + ARRAY_AND_SIZE(devopts_generic_range), + 0, 0, 10 * 1000, 0, FALSE, + scpi_dmm_get_range_text, scpi_dmm_set_range_from_text, NULL, + }, { "GW", "GDM8251A", 1, 6, cmdset_gwinstek, ARRAY_AND_SIZE(mqopts_gwinstek_gdm8200a), -- 2.49.0 _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel