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


Glossary Item Box

Gets or sets the reference impedance for the channel.

Syntax

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

Property Value

The reference impedance of the input channel. The default is the same as the connection Impedance (usually 50 Ohms).

Remarks

Note: RefImpedanceIsConnection must be false in order to be able to set this value.

This sets or gets the reference impedance for this channel. For multi-channel scenarios the RefImpedance property may be used to set the reference 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