NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

COChannel.PulseHighTime Property

  • Updated2023-02-21
  • 1 minute(s) read
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.40.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

Log in to get a better experience