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 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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)