Keysight Pathwave 89600 VSA .NET API
Impedance Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > AnalogChannel Class : Impedance Property


Glossary Item Box

Gets or sets the impedance for the input connection.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property Impedance As Double
C# 
public abstract double Impedance {get; set;}
C++/CLI 
public:
abstract property double Impedance {
   double get();
   void set (    double value);
}

Property Value

The impedance of the input channel. The default is 50 ohms unless the hardware is not capable of that.

Remarks

The ValidValues<T>("Impedance") method can be used to retrieve a list of valid impedances for this channel.

This sets or gets the impedance for this channel. For multi-channel scenarios the Impedance property may be used to set the impedance across all channels at once without having to explicitly iterate across each channel.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also