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


newStandard
Specifies the RFID standard.

Glossary Item Box

Preset all measurement attributes to default values for indicated standard.

Syntax

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

Parameters

newStandard
Specifies the RFID standard.

Remarks

This method resets all properties to default values appropriate for the indicated standard. In addition, the frequency span of the analyzer is set to a default value appropriate for the indicated standard. Note that the ISO 18092, ISO 14443 Type A, ISO 14443 Type B, and ISO 15693 standards need to be preset using the new Preset overload methods, which allows the bit rate and whether the return link is passive or active to be stipulated.

Requirements

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

See Also