]> sigrok.org Git - libsigrok.git/commitdiff
scpi-dmm: Keysight 34465A is a 6.5 digit meter, bump digits count
authorGerhard Sittig <redacted>
Thu, 20 May 2021 21:11:56 +0000 (23:11 +0200)
committerGerhard Sittig <redacted>
Sat, 22 May 2021 06:35:11 +0000 (08:35 +0200)
Increase the default digit count in the 34465A model description. Though
most measurements get the precision from the current reading, this data
is used as a fallback when the response won't provide the detail.

src/hardware/scpi-dmm/api.c

index 7bd1db945de440ce07b94916b241f5b6fd54e567..6fb4090f732194eaeada6bdace3a9e4aaca366ff 100644 (file)
@@ -238,7 +238,7 @@ SR_PRIV const struct scpi_dmm_model models[] = {
        },
        {
                "Keysight", "34465A",
        },
        {
                "Keysight", "34465A",
-               1, 5, cmdset_agilent, ARRAY_AND_SIZE(mqopts_agilent_34405a),
+               1, 6, cmdset_agilent, ARRAY_AND_SIZE(mqopts_agilent_34405a),
                scpi_dmm_get_meas_agilent,
                ARRAY_AND_SIZE(devopts_generic),
                0, 0, FALSE,
                scpi_dmm_get_meas_agilent,
                ARRAY_AND_SIZE(devopts_generic),
                0, 0, FALSE,