Ulm-IQO / qudi

(Legacy project) A modular laboratory experiment management suite, predecessor to qudi-core.
GNU General Public License v3.0
166 stars 141 forks source link

implement pulse or sequence file size alert. #633

Closed liuyanulm closed 3 years ago

liuyanulm commented 3 years ago

What is affected by this bug?

If the pulse file is too large (comparing to the the capability of AWG), AWG would crash, or the connection between AWG and lab-pc would crash. This case happens not rarely with Tek 70k.

When does this occur?

If the pulse file is too large (comparing to the the capability of AWG), remind user to review the pulse settings.

Expected behavior (i.e. solution)

timoML commented 3 years ago

By now, the sequence generation should yield an error and stop if the maximum number of samples (defined in get_constraints().waveform_length.max) is exceeded.