Task.SampleClock Event
- Updated2023-02-21
- 1 minute(s) read
TaskSampleClock Event
Occurs on each pulse of the task's sample clock.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public event SampleClockEventHandler SampleClock
Public Event SampleClock As SampleClockEventHandler
Value
Type: NationalInstruments.DAQmxSampleClockEventHandlerExceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |
Remarks
For more information about events in NI-DAQmx, refer to Events.