Keysight Pathwave 89600 VSA .NET API
Preset Method
See Also 
Agilent.SA.Vsa.Ieee80216Ofdm.Interfaces Assembly > Agilent.SA.Vsa.Ieee80216Ofdm Namespace > MeasurementExtension Class : Preset Method


standard
The Standard to use for preset.

Glossary Item Box

Preset the IEEE 80216Ofdm measurement.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub Preset( _
   ByVal standard As Standard _
) 
C# 
public abstract void Preset( 
   Standard standard
)
C++/CLI 
public:
abstract void Preset( 
   Standard standard
) 

Parameters

standard
The Standard to use for preset.

Remarks

All properties except Bandwidth are set to default values, so normally you should set the Bandwidth property and then call Preset. In addition to the IEEE 802.16 OFDM measurement properties, this method also sets the measurement span to a value appropriate for the current Bandwidth.

Requirements

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

See Also