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


Glossary Item Box

Gets or sets the TX antenna port to be used as the reference antenna port.

Syntax

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

Property Value

The default value is NrsReferenceAntennaPortType.Port2000

Requirements

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

See Also