NI-SCOPE .NET Class Library Help

ScopeChannel.GetScalingCoefficients Method

  • Updated2023-09-06
  • 1 minute(s) read
ScopeChannel.GetScalingCoefficients Method

ScopeChannelGetScalingCoefficients Method

Returns an array of ScopeCoefficientInfo containing gain and offset coefficients for a given channel.

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

Syntax

public ScopeCoefficientInfo[] GetScalingCoefficients()
Public Function GetScalingCoefficients As ScopeCoefficientInfo()

Return Value

Type: ScopeCoefficientInfo
The number of coefficient sets for this channel.

Remarks

Refer to the Scaling and Normalization of Binary Data for more information about how to use this method.

See Also