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


Glossary Item Box

Gets or sets the NPRACH preamble format.

Syntax

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

Property Value

The default value is NprachPreambleFormatType.Format0.

Requirements

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

See Also