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


profile
The standard profile to use for preset.

Glossary Item Box

Preset all measurement attributes to default values for the specified standard profile.

Syntax

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

Parameters

profile
The standard profile to use for preset.

Requirements

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

See Also