Keysight Pathwave 89600 VSA .NET API
RefImpedanceIsConnection Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Analog 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. Setting the value causes the value to be set on all channels. Getting the value returns the value from the first channel.

Remarks

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

For multi-channel hardware, RefImpedanceIsConnection can be set independently for each channel or all channels can be set to the same value. To set the Impedance for an individual channel, use the RefImpedanceIsConnection property on the appropriate channel. Individual channel settings are available via the Channels collection. To set the RefImpedanceIsConnection for all channels to the same value, set the value of this property and all the channels' RefImpedanceIsConnection will be set to the specified value.

When queried, this property always returns the value for the first channel. For multi-channel hardware, the RefImpedanceIsConnection for an individual channel can be retrieved via the RefImpedanceIsConnection property on the appropriate channel. Individual channel settings are available via the Channels collection.

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

Requirements

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

See Also