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


Glossary Item Box

Gets or sets the expected NPUSCH format when FormatAutoDetect = false.

Syntax

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

Property Value

The default value is NpuschFormatType.Format1.

Requirements

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

See Also