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
daq.configure(events=40), etc. when the daq is already configured should queue up that number for the next daq.trigger() without going through a configure transition.
same for duration
Current Behavior
Requires a configure transition
Possible Solution
Modify behavior of configure method based on whether or not we're configured already and which arguments are called.
Context
Required for various slow cam scans
The text was updated successfully, but these errors were encountered:
Expected Behavior
daq.configure(events=40)
, etc. when the daq is already configured should queue up that number for the nextdaq.trigger()
without going through a configure transition.Current Behavior
Possible Solution
configure
method based on whether or not we're configured already and which arguments are called.Context
The text was updated successfully, but these errors were encountered: