NI-SCOPE .NET Class Library Help

Table of Contents

ScopeChannel.ConfigureCharacteristics Method

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

ScopeChannelConfigureCharacteristics Method

Configures the properties that control the electrical characteristics of the channel.

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

Syntax

public void ConfigureCharacteristics(
	double inputImpedance,
	double inputFrequencyMax
)
Public Sub ConfigureCharacteristics ( 
	inputImpedance As Double,
	inputFrequencyMax As Double
)

Parameters

inputImpedance
Type: SystemDouble
Input impedance, in ohms, for the channel.
inputFrequencyMax
Type: SystemDouble
Bandwidth, in hertz, of the channel. Express this value as the frequency at which the input circuitry attenuates the input signal by 3 dB.

Implements

IIviScopeChannelConfigureCharacteristics(Double, Double)

See Also

Log in to get a better experience