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


newStandard
Specifies the RFID standard.
bitRate
Specifies the bitrate for the ISO 18092, ISO 14443 Type A, ISO 14443 Type B, or ISO 15693 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, _
   ByVal bitRate As Double _
) 
C# 
public abstract void Preset( 
   Standard newStandard,
   double bitRate
)
C++/CLI 
public:
abstract void Preset( 
   Standard newStandard,
   double bitRate
) 

Parameters

newStandard
Specifies the RFID standard.
bitRate
Specifies the bitrate for the ISO 18092, ISO 14443 Type A, ISO 14443 Type B, or ISO 15693 standard

Requirements

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

See Also