]> sigrok.org Git - libsigrok.git/commit
rigol-dg: Fix reading current output signal duty cycle value.
authorTimo Kokkonen <redacted>
Sat, 3 Oct 2020 23:35:10 +0000 (16:35 -0700)
committerGerhard Sittig <redacted>
Sun, 4 Oct 2020 11:00:59 +0000 (13:00 +0200)
commitd999f2b61e96882aed01fd58cbf45e773b855009
tree87f19ce3ad3d58eadd5ac5b271403ef2146eb046
parent9ce14905cbfd7f1de0bebc1071c67604a72623b2
rigol-dg: Fix reading current output signal duty cycle value.

Reading output signal duty cycle value didn't always work, since it relied
on old (cached) information about the currently active waveform. Changed to
always query channel status so this won't happen anymore.
src/hardware/rigol-dg/api.c