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.
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