Skip to content

Commit 2b0de9a

Browse files
evgeny-bogersikmir
authored andcommitted
scpi-dmm: add period measurement support for XDM2041
It's displays period in seconds instead of frequency in Hz
1 parent 86a5112 commit 2b0de9a

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/hardware/scpi-dmm/api.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ static const struct mqopt_item mqopts_owon_xdm2041[] = {
213213
{ SR_MQ_VOLTAGE, SR_MQFLAG_DC | SR_MQFLAG_DIODE, "DIOD", "DIOD", -4, FLAG_NO_RANGE, },
214214
{ SR_MQ_TEMPERATURE, 0, "TEMP", "TEMP", NO_DFLT_PREC, FLAGS_NONE, },
215215
{ SR_MQ_FREQUENCY, 0, "FREQ", "FREQ", NO_DFLT_PREC, FLAG_NO_RANGE, },
216+
{ SR_MQ_TIME, 0, "PER", "PER", NO_DFLT_PREC, FLAG_NO_RANGE, },
216217
{ SR_MQ_CAPACITANCE, 0, "CAP", "CAP", NO_DFLT_PREC, FLAGS_NONE, },
217218
};
218219

0 commit comments

Comments
 (0)