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


Glossary Item Box

Gets or sets a value indicating PRACH spectrum type.

Syntax

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

Property Value

The default value is SpectrumType.Paired

Requirements

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

See Also