NI-SCOPE .NET Class Library Help

Table of Contents

ScopeChannel.Configure Method

  • Updated2023-09-06
  • 1 minute(s) read
ScopeChannel.Configure Method

ScopeChannelConfigure Method

Configures the most commonly-configured properties, such as the range, offset, coupling, probe attenuation, and the channel name of the digitizer vertical subsystem.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public void Configure(
	double verticalRange,
	double verticalOffset,
	ScopeVerticalCoupling verticalCoupling,
	double probeAttenuation,
	bool enabled
)
Public Sub Configure ( 
	verticalRange As Double,
	verticalOffset As Double,
	verticalCoupling As ScopeVerticalCoupling,
	probeAttenuation As Double,
	enabled As Boolean
)

Parameters

verticalRange
Type: SystemDouble
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.
verticalOffset
Type: SystemDouble
The location of the center of the range, in volts, with respect to ground.
verticalCoupling
Type: NationalInstruments.ModularInstruments.NIScopeScopeVerticalCoupling
The way the digitizer couples the input signal for the channel. When input coupling changes, the input stage takes a finite amount of time to settle.
probeAttenuation
Type: SystemDouble
The probe attenuation for the input channel. For example, for a 10:1 probe, set this property to 10.0.
enabled
Type: SystemBoolean
A value indicating whether the digitizer acquires a waveform for the channel.

See Also

Log in to get a better experience