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


profile
The Profile to use for preset.

Glossary Item Box

Preset the NewRadio measurement.

Syntax

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

Parameters

profile
The Profile to use for preset.

Requirements

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

See Also