NI-DAQmx .NET Framework 4.5 API Reference

COChannel.PulseTicksInitialDelay Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
COChannel.PulseTicksInitialDelay Property
Specifies the number of ticks to wait before generating the first pulse.

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

Syntax

public long PulseTicksInitialDelay { get; set; }
Public Property PulseTicksInitialDelay As Long
	Get
	Set

Property Value

Type: Int64
Specifies the number of ticks to wait before generating the first pulse.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also