NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AOChannel.FunctionGenerationFrequency Property

AOChannel.FunctionGenerationFrequency Property

AOChannelFunctionGenerationFrequency Property

Specifies the frequency of the waveform to generate in hertz.

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

Syntax

public double FunctionGenerationFrequency { get; set; }
Public Property FunctionGenerationFrequency As Double
	Get
	Set

Property Value

Type: Double
Specifies the frequency of the waveform to generate in hertz.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?