ScopeChannel.Range Property
- Updated2023-09-06
- 1 minute(s) read
ScopeChannelRange Property
Gets or sets the absolute value, in volts, of the input range for a channel. For example, to acquire
a sine wave that spans between -5 and +5 V, set this property to 10.0 V.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public double Range { get; set; }
Public Property Range As Double Get Set
Property Value
Type: DoubleThe absolute value, in volts, of the input range for a channel.