NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Task.SampleClock Event

Task.SampleClock Event

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

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

For more information about events in NI-DAQmx, refer to Events.

See Also

Was this information helpful?