Task.SampleComplete Event
- 업데이트 날짜:2023-02-21
- 1분 (읽기 시간)
Occurs when each sample is acquired into the NI-DAQmx driver buffer and is ready for reading.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302
Syntax
public event SampleCompleteEventHandler SampleComplete
Public Event SampleComplete As SampleCompleteEventHandler
Value
Type: NationalInstruments.DAQmxSampleCompleteEventHandlerExceptions
| Exception | Condition |
|---|---|
| DaqException | The NI-DAQmx driver returned an error. |
Remarks
For more information about events in NI-DAQmx, refer to Events.