scpi-dmm: Keysight 34465A is a 6.5 digit meter, bump digits count

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.
This commit is contained in:
Gerhard Sittig 2021-05-20 23:11:56 +02:00
parent cae328b54c
commit e3c852854f
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ SR_PRIV const struct scpi_dmm_model models[] = {
},
{
"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,