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


Glossary Item Box

Gets or sets a value indicating the restricted set for PRACH channel.

Syntax

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

Property Value

The default value is RestrictedSet.Unrestricted.

Remarks

Version 24.00 only supports RestrictedSet.Unrestricted

Requirements

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

See Also