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


Glossary Item Box

Gets or sets the PBCH Bit Vector Selection to be applied.

Syntax

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

Property Value

The default value is PbchBitVectorSelectType.Mapped

Requirements

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

See Also