NI-DAQmx .NET Framework 4.5 API Reference

CIDataTime.HighTime Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
CIDataTime.HighTime Property
Gets or sets the amount of time the pulse is high.

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

Syntax

public double HighTime { get; set; }
Public Property HighTime As Double
	Get
	Set

Property Value

Type: Double
The amount of time the pulse is high.

See Also