Triggering can now be configured directly in
capture via the trigger and trigger_channel
arguments.
capture_nonblocking has been replaced by a block
argument in capture.
capture now returns a list of numpy.ndarray.
fetch_data no longer takes the channel name as
input; instead, all sampled channels are returned
in a list of numpy.ndarray.
Analog gain handling has been moved from AnalogInput
to Oscilloscope in order to comply with the
architecture design of IO classes being
representations only.
capture
via thetrigger
andtrigger_channel
arguments.capture_nonblocking
has been replaced by ablock
argument incapture
.capture
now returns a list of numpy.ndarray.fetch_data
no longer takes the channel name as input; instead, all sampled channels are returned in a list of numpy.ndarray.