Tested DC current, DC voltage, and resistance. Instrument gives an error
only on first measurement but the output of the measurements is correct.
scpi_dmm_get_meas_agilent,
ARRAY_AND_SIZE(devopts_generic),
},
+ {
+ "Keysight", "34465A",
+ 1, 5, cmdset_agilent, ARRAY_AND_SIZE(mqopts_agilent_34405a),
+ scpi_dmm_get_meas_agilent,
+ ARRAY_AND_SIZE(devopts_generic),
+ },
};
static const struct scpi_dmm_model *is_compatible(const char *vendor, const char *model)