Keysight Pathwave 89600 VSA .NET API
InstrumentType Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : InstrumentType Enumeration


Glossary Item Box

Specifies the type of instrument.

Syntax

Visual Basic (Declaration) 
Public Enum InstrumentType 
   Inherits System.Enum
C# 
public enum InstrumentType : System.Enum 
C++/CLI 
public enum class InstrumentType : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
AdcAdc - provides time domain data.
DownconverterDownconverter instrument15.00
InputInput attenuation and/or calibration.
NoneNo instrument type is specified.
ReferenceFrequency reference.15.00
SourceSource (outputs a signal)
SwitchRF Switch26.20
SynthesizerSynthesizer instrument15.00
SystemCalibratorSystem Calibrator27.40
TunerTuner (or frequency converter) that includes both a downconverter and synthesizer.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also