StopDataAcquisitionAsync()
- Updated2025-01-08
- 1 minute(s) read
Asynchronously stops the data acquisition.
Syntax
Namespace: NationalInstruments.ECUTS.Pulser
public async Task StopDataAcquisitionAsync()
Remarks
The Pulser state transitions to Running after calling GeneratePulseAsync(System.TimeSpan) if there is at least one input channel configured before calling it. You can call the StopDataAcquisitionAsync method to change the Pulser state to Configured or Unconfigured so that you can generate multiple pulses.
Returns
StopDataAcquisitionAsync returns a task that represents the asynchronous operation.