Keysight Pathwave 89600 VSA .NET API
Preamplifier Enumeration
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.XSeries Namespace : Preamplifier Enumeration


Glossary Item Box

The PreAmp on/off setting for XSeries instruments

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
LowNoiseEnable only the low noise amplifier for X series instruments.25.60
LowNoiseAndPreamplifierEnable both the low noise amplifier and internal preamplifier for X series instruments. This is equivalent to On + LowNoise.25.60
OffPreamplifier will be set to the off state for X series instruments
OnPreamplifier will be set to the on state for X series instruments which will turn on the internal low band and high band preamps when possible.
‡ 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)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 21.20

See Also