]> sigrok.org Git - libsigrok.git/commit
rigol-ds: Handle digital channels correctly for MSO2000A series.
authorMartin Ling <redacted>
Tue, 16 May 2017 23:04:07 +0000 (00:04 +0100)
committerMartin Ling <redacted>
Tue, 16 May 2017 23:20:29 +0000 (00:20 +0100)
commit01dd7a4cc769d3e683cb29c5cf791e9c61034f31
tree77bd19bc9d9852ba9cf15a13f2be617a82223c88
parent364b09c2a936fd7e98a879c3532fcd2fee4c1e0a
rigol-ds: Handle digital channels correctly for MSO2000A series.

The handling of the digital channels for this series is somewhere
between that of the DS1000D series (PROTOCOL_V2) and the MSO1000Z
(PROTOCOL_V4).

The :LA command set is similar to that of V4, but the LA data has to be
requested with :WAV:SOUR:LA and arrives in interleaved form like V2.

None of these changes should affect other models. They only affect the
case of PROTOCOL_V3 with digital channels, which occurs only for the
MSO2000A series.
src/hardware/rigol-ds/api.c
src/hardware/rigol-ds/protocol.c