Once this issue is merged, we'll be able to set the .DISP fields of :FlushMode, :FlushPeriod, :FlushNow so that the user won't be able to change their values during capture.
Then after capture has ended they should be set to 0 again so that the user can input values.
This could be implemented through the on_update of the HDF5:Capture record.
Once this issue is merged, we'll be able to set the
.DISP
fields of:FlushMode
,:FlushPeriod
,:FlushNow
so that the user won't be able to change their values during capture.Then after capture has ended they should be set to
0
again so that the user can input values.This could be implemented through the
on_update
of theHDF5:Capture
record.