NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

CIChannel.DutyCycleStartingEdge Property

CIChannel.DutyCycleStartingEdge Property

CIChannelDutyCycleStartingEdge Property

Specifies which edge of the input signal to begin the duty cycle measurement.

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

Syntax

public CIDutyCycleStartingEdge DutyCycleStartingEdge { get; set; }
Public Property DutyCycleStartingEdge As CIDutyCycleStartingEdge
	Get
	Set

Property Value

Type: CIDutyCycleStartingEdge
Specifies which edge of the input signal to begin the duty cycle measurement.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?