NI-SCOPE .NET Class Library Help

Table of Contents

ScopeCoefficientInfo.Offset Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeCoefficientInfo.Offset Property

ScopeCoefficientInfoOffset Property

Gets the offset 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 Offset { get; }
Public ReadOnly Property Offset As Double
	Get

Property Value

Type: Double
Offset factor.

Remarks

Offset is used for normalizing binary data using the formula normalized binary data = raw binary data × gain factor + offset

See Also

Log in to get a better experience