NI-SCOPE .NET Class Library Help

ScopeChannel.Range Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeChannel.Range Property

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: Double
The absolute value, in volts, of the input range for a channel.

Implements

IIviScopeChannelRange

See Also

Log in to get a better experience