Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Impedance As Double |
C# | |
---|---|
public abstract double Impedance {get; set;} |
Property Value
The impedance of the input channel. The default is 50 ohms unless the hardware is not capable of that.The ValidValues<T>("Impedance") method can be used to retrieve a list of valid impedances for this channel.
This sets or gets the impedance for this channel. For multi-channel scenarios the Impedance property may be used to set the 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)