Skip to content

Commit 82fd094

Browse files
evgeny-bogersikmir
authored andcommitted
scpi-dmm: add support for OWON XDM1241
OWON XDM1241 is basically XDM1041, but with a lithium battery pack and USB power input instead of AC mains PSU. It uses the same PCB and, probably, the same fw, but returns different model string.
1 parent 2b0de9a commit 82fd094

File tree

1 file changed

+8
-0
lines changed
  • src/hardware/scpi-dmm

1 file changed

+8
-0
lines changed

src/hardware/scpi-dmm/api.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,14 @@ SR_PRIV const struct scpi_dmm_model models[] = {
313313
0, 0, 0, 1e9, TRUE,
314314
scpi_dmm_owon_get_range_text, scpi_dmm_owon_set_range_from_text, scpi_dmm_owon_get_range_text_list,
315315
},
316+
{
317+
"OWON", "XDM1241",
318+
1, 5, cmdset_owon, ARRAY_AND_SIZE(mqopts_owon_xdm1041),
319+
scpi_dmm_get_meas_gwinstek,
320+
ARRAY_AND_SIZE(devopts_generic_range),
321+
0, 0, 0, 1e9, TRUE,
322+
scpi_dmm_owon_get_range_text, scpi_dmm_owon_set_range_from_text, scpi_dmm_owon_get_range_text_list,
323+
},
316324
{
317325
"OWON", "XDM2041",
318326
1, 5, cmdset_owon, ARRAY_AND_SIZE(mqopts_owon_xdm2041),

0 commit comments

Comments
 (0)