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


Glossary Item Box

Gets or sets a value indicating whether the reference impedance follows the connector impedance.

Syntax

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

Property Value

Whether the reference impedance is the same as the input impedance. The default is true.

Remarks

Setting RefImpedanceIsConnection to True causes the value of RefImpedance to be set so it is identical to the impedance value of the connection.

Note: RefImpedanceIsConnection must be false in order to set the RefImpedance property.

This sets or gets whether RefImpedance follows the connector Impedance for this channel. For multi-channel scenarios the RefImpedanceIsConnection property may be used to set whether RefImpedance follows the connector 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