NI-DAQmx .NET Framework 4.5 API Reference

Timing.AIConvertActiveEdge Property

  • Updated2023-02-21
  • 1 minute(s) read
Timing.AIConvertActiveEdge Property
Specifies on which edge of the clock pulse an analog-to-digital conversion takes place.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public AIConvertActiveEdge AIConvertActiveEdge { get; set; }
Public Property AIConvertActiveEdge As AIConvertActiveEdge
	Get
	Set

Property Value

Type: AIConvertActiveEdge
Specifies on which edge of the clock pulse an analog-to-digital conversion takes place.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

This property is useful primarily when the signal you use as the AI Convert Clock is not a periodic clock. For example, set this property to Rising to perform an analog to digital conversion on each rising edge of an aperiodic signal.

See Also

Log in to get a better experience