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


standard
The Bandwidth to preset to.

Glossary Item Box

Preset all measurement attributes to their defaults for the indicated bandwidth

Syntax

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

Parameters

standard
The Bandwidth to preset to.

Requirements

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

See Also