Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added arbitrary waveform support. Arbitrary waveforms can be loaded f…
…rom a file that contains 2048 lines of samples in the range -1.0 to 1.0. Added built-in sinc and normsinc waveforms using the arbitrary waveform machinery. They are generated on the fly and stored in slot 15. Improved reliability of serial communications by implementing our own serial read loop that supports multiple reads and custom timeouts. This was needed because setting an arbitrary waveform slows down the instrument and it can take up to 300ms to respond.
- Loading branch information