NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AOChannel.Gain Property

AOChannel.Gain Property

AOChannelGain Property

Specifies in decibels the gain factor to apply to the channel.

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

Syntax

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

Property Value

Type: Double
Specifies in decibels the gain factor to apply to the channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?