ScopeWaveformInfo.Offset Property
- Updated2023-09-06
- 1 minute(s) read
ScopeWaveformInfoOffset 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: DoubleOffset factor of the given channel.
Remarks
This property useful for scaling binary data with this formula:
voltage = binary data * Gain + Offset