Keysight Pathwave 89600 VSA .NET API
BaseStationType Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.NewRadio Namespace > StandardSpecificConfiguration Class : BaseStationType Property


Glossary Item Box

Gets or sets the BS mode.

Syntax

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

Remarks

The default value is BaseStationType.FR1Conducted.

Requirements

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

See Also