NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

CIChannel.PulseTicksStartingEdge Property

CIChannel.PulseTicksStartingEdge Property

CIChannelPulseTicksStartingEdge Property

Specifies on which edge of the input signal to begin pulse measurement.

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

Syntax

public CIPulseTicksStartingEdge PulseTicksStartingEdge { get; set; }
Public Property PulseTicksStartingEdge As CIPulseTicksStartingEdge
	Get
	Set

Property Value

Type: CIPulseTicksStartingEdge
Specifies on which edge of the input signal to begin pulse measurement.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?