NI-DAQmx .NET Framework 4.5 API Reference

COChannel.PulseHighTicks Property

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
COChannel.PulseHighTicks Property
Specifies the number of ticks the pulse is high.

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

Syntax

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

Property Value

Type: Int64
Specifies the number of ticks the pulse is high.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also