* I'm surprised the same instruction sequence doesn't work and INIT may
* work for both, but I don't have the others to re-test.
*
+ * cmdset_hp also works well for the 34410A, using cmdset_agilent throws an
+ * error on 'MEAS' without a '?'.
+ *
* On the 34401A,
* MEAS <optional parameters> ? configures, arms, triggers and waits
* for a reading
ARRAY_AND_SIZE(devopts_generic),
0,
},
+ {
+ "Agilent", "34410A",
+ 1, 6, cmdset_hp, ARRAY_AND_SIZE(mqopts_agilent_34405a),
+ scpi_dmm_get_meas_agilent,
+ ARRAY_AND_SIZE(devopts_generic),
+ 0,
+ },
{
"Keysight", "34465A",
1, 5, cmdset_agilent, ARRAY_AND_SIZE(mqopts_agilent_34405a),