projects
/
libsigrok.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae328b
)
scpi-dmm: Keysight 34465A is a 6.5 digit meter, bump digits count
author
Gerhard Sittig
<gerhard.sittig@gmx.net>
Thu, 20 May 2021 21:11:56 +0000
(23:11 +0200)
committer
Gerhard Sittig
<gerhard.sittig@gmx.net>
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
patch
|
blob
|
history
diff --git
a/src/hardware/scpi-dmm/api.c
b/src/hardware/scpi-dmm/api.c
index 7bd1db945de440ce07b94916b241f5b6fd54e567..6fb4090f732194eaeada6bdace3a9e4aaca366ff 100644
(file)
--- a/
src/hardware/scpi-dmm/api.c
+++ b/
src/hardware/scpi-dmm/api.c
@@
-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,