Keysight Pathwave 89600 VSA .NET API
Preset(Standard,Double,Boolean) Method
See Also 
Agilent.SA.Vsa.Rfid.Interfaces Assembly > Agilent.SA.Vsa.Rfid Namespace > MeasurementExtension Class > Preset Method : Preset(Standard,Double,Boolean) 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.
isPassive
Specifies an active or passive Tag for the ISO 18092 standard.

Glossary Item Box

Preset all measurement attributes to default values for indicated standard and whether the return link is passive or active.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub Preset( _
   ByVal newStandard As Standard, _
   ByVal bitRate As Double, _
   ByVal isPassive As Boolean _
) 
C# 
public abstract void Preset( 
   Standard newStandard,
   double bitRate,
   bool isPassive
)
C++/CLI 
public:
abstract void Preset( 
   Standard newStandard,
   double bitRate,
   bool isPassive
) 

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.
isPassive
Specifies an active or passive Tag for the ISO 18092 standard.

Requirements

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

See Also