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


Glossary Item Box

Gets or sets the reference channel when ReferenceChannelAuto = false.

Syntax

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

Requirements

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

See Also