projects
/
libsigrok.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18426d1
)
scpi-dmm: Add support for Agilent 34460A
author
Sylvain Pelissier
<sylvain.pelissier@gmail.com>
Mon, 17 May 2021 11:39:00 +0000
(13:39 +0200)
committer
Gerhard Sittig
<gerhard.sittig@gmx.net>
Tue, 1 Jun 2021 06:20:59 +0000
(08:20 +0200)
[ gsi: rebase and squash, specify delays like Keysight 34465A ]
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 a823196d90042bd79a7a03948b45eb2fbbb38e50..520dc7068a7c11c647f159b49167587aa626ce5f 100644
(file)
--- a/
src/hardware/scpi-dmm/api.c
+++ b/
src/hardware/scpi-dmm/api.c
@@
-215,6
+215,14
@@
SR_PRIV const struct scpi_dmm_model models[] = {
0, 0, 0, 0, FALSE,
NULL, NULL, NULL,
},
+ {
+ "Agilent", "34460A",
+ 1, 6, cmdset_agilent, ARRAY_AND_SIZE(mqopts_agilent_34405a),
+ scpi_dmm_get_meas_agilent,
+ ARRAY_AND_SIZE(devopts_generic_range),
+ 0, 0, 10 * 1000, 0, FALSE,
+ scpi_dmm_get_range_text, scpi_dmm_set_range_from_text, NULL,
+ },
{
"GW", "GDM8251A",
1, 6, cmdset_gwinstek, ARRAY_AND_SIZE(mqopts_gwinstek_gdm8200a),