NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

CIChannel.PulseTimeUnits Property

CIChannel.PulseTimeUnits Property

CIChannelPulseTimeUnits Property

Specifies the units to use to return pulse specifications in terms of high time and low time.

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

Syntax

public CIPulseTimeUnits PulseTimeUnits { get; set; }
Public Property PulseTimeUnits As CIPulseTimeUnits
	Get
	Set

Property Value

Type: CIPulseTimeUnits
Specifies the units to use to return pulse specifications in terms of high time and low time.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?