NI-DAQmx .NET Framework 4.5 API Reference

COChannel.PulseHighTime Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
COChannel.PulseHighTime Property
Specifies the amount of time that the pulse is at a high voltage. This value is in the units you specify with PulseTimeUnits or when you create the channel.

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

Syntax

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

Property Value

Type: Double
Specifies the amount of time that the pulse is at a high voltage. This value is in the units you specify with PulseTimeUnits or when you create the channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also