Keysight Pathwave 89600 VSA .NET API
ReferenceChannelAuto Property
See Also 
Agilent.SA.Vsa.ChannelSounding.Interfaces Assembly > Agilent.SA.Vsa.ChannelSounding Namespace > MeasurementExtension Class : ReferenceChannelAuto Property


Glossary Item Box

Gets or sets a value indicating whether the reference channel is determined as the one with the highest SNR in the peak of the impulse response, or specified manually.

Syntax

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

Requirements

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

See Also