Increase maximum amplitude to 2V (which is the actual max amplitude)
Fix bug where waveform points were not determined for each channel but only channel 1
Add PulseSequence.flags, which allows flags to be added to (nested) waveforms, which can then be picked up by interfaces during the setup.
Add feature to combine a pulse sequence into a single waveform when the flag single_waveform is passed. @RostyslavSavytskyy @botzec this will also be relevant to you
Changes in this PR:
PulseSequence.flags
, which allows flags to be added to (nested) waveforms, which can then be picked up by interfaces during the setup.single_waveform
is passed. @RostyslavSavytskyy @botzec this will also be relevant to youRequires PRs #193 and #195 to be merged first
Also not yet ready, needs some beta testing