NI-SCOPE .NET Class Library Help

Table of Contents

ScopeWaveformInfo.Gain Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeWaveformInfo.Gain Property

ScopeWaveformInfoGain Property

Gets the gain factor of the given channel.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

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

Property Value

Type: Double
Gain factor of the given channel.

Remarks

This property is useful for scaling binary data with this formula:

voltage = binary data * gain factor + Offset

See Also

Log in to get a better experience