ScopeChannel.GetNormalizationCoefficients Method
- Updated2023-09-06
- 1 minute(s) read
ScopeChannelGetNormalizationCoefficients Method
Returns coefficients that can be used to convert binary data to normalized and calibrated data.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public ScopeCoefficientInfo[] GetNormalizationCoefficients()
Public Function GetNormalizationCoefficients As ScopeCoefficientInfo()
Return Value
Type: ScopeCoefficientInfoThe 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.