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


Glossary Item Box

Specifies the RF Gain Adjustment Allowed state.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AutoWhether On or Off is used is automatically determined based upon the hardware being used.
ManualRF Gain Adjustment is allowed and whether it is adjusted or not is manually specified by the user.
OffRF Gain Adjustment is not allowed (i.e. is disabled).
OnRF Gain Adjustment is allowed and whether it is adjusted or not will be automatically done based upon other setup parameters.
‡ 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 89600 VSA Ver 30.25

See Also