NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

CIChannel.FrequencyStartingEdge Property

CIChannel.FrequencyStartingEdge Property

CIChannelFrequencyStartingEdge Property

Specifies between which edges to measure the frequency of the signal.

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

Syntax

public CIFrequencyStartingEdge FrequencyStartingEdge { get; set; }
Public Property FrequencyStartingEdge As CIFrequencyStartingEdge
	Get
	Set

Property Value

Type: CIFrequencyStartingEdge
Specifies between which edges to measure the frequency of the signal.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?