NI-DAQmx .NET Framework 4.5 API Reference

DelayFromSampleClockUnits Enumeration

  • 更新时间2023-02-21
  • 阅读时长1分钟
DelayFromSampleClockUnits Enumeration
Specifies the units of DelayFromSampleClock.

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

Syntax

public enum DelayFromSampleClockUnits
Public Enumeration DelayFromSampleClockUnits

Members

  Member nameValueDescription
Seconds10364Seconds.
Ticks10304Timebase ticks.

Remarks

Specifies the units of DelayFromSampleClock. Use this enumeration to get or set the value of DelayFromSampleClockUnits.

See Also