-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
siglent-sds: Add SDS2000X Plus series support
Don't set num_block_bytes before any waveform data is read. Make SIGLENT_HEADER_SIZE 361 based on experimentation. Add a pause after setting sending a command to enter ARM mode. This is necessary to prevent crashes when the horizontal scale is long. Move the start point after every full 10MB block is read. Don't wait for the instrument to prepare its output buffers if its a SDS2000X Plus. Fix multi-channel support and ensure that the correct sample rate is obtained when the timebase is changed or when channels are enabled/disabled in "display" mode. If a channel is turned on/off on the oscilloscope then use Sigrok's settings instead.
- Loading branch information
Showing
3 changed files
with
124 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters