You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Currently, before performing a triggered acquisition we have to set manually the SPAN of all FFT records in order for the plugin to calculate the FFT appropriately. It would be useful if the IOC did that automatically whenever we change the number of SamplesPre and SamplesPost, to avoid operation errors and also simplify the procedure. If the user wants a different value it would still be possible to change the SPAN to the desired value before performing an acquisition.
With this implementation, the value set by the IOC can be thought of as a default value for the SPAN.
The text was updated successfully, but these errors were encountered:
Currently, before performing a triggered acquisition we have to set manually the
SPAN
of all FFT records in order for the plugin to calculate the FFT appropriately. It would be useful if the IOC did that automatically whenever we change the number ofSamplesPre
andSamplesPost
, to avoid operation errors and also simplify the procedure. If the user wants a different value it would still be possible to change theSPAN
to the desired value before performing an acquisition.With this implementation, the value set by the IOC can be thought of as a default value for the
SPAN
.The text was updated successfully, but these errors were encountered: