Visual Basic (Declaration) | |
---|---|
Public MustOverride Property RefImpedance As Double |
C# | |
---|---|
public abstract double RefImpedance {get; set;} |
Property Value
The reference impedance of the input channel. The default is the same as the connection Impedance (usually 50 Ohms).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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)