Keysight Pathwave 89600 VSA .NET API
PreselectorBypass Property
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.Psa Namespace > InputExtension Class : PreselectorBypass Property


Glossary Item Box

Gets or sets a value indicating whether the microwave preselector is bypassed.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property PreselectorBypass As Boolean
C# 
public abstract bool PreselectorBypass {get; set;}
C++/CLI 
public:
abstract property bool PreselectorBypass {
   bool get();
   void set (    bool value);
}

Remarks

The Microwave Preselector parameter allows you to select the microwave preselector and only applies to measurements above 3 GHz. This parameter is ignored if option 123 is not installed. The default value is to turn the preselector off (false).

false: The microwave preselector (YIG-tuned pre-selection filter) is bypassed for measurements above 3 GHz. This selection increases amplitude accuracy for wideband measurements however, at the expense of selectivity and image protection.

true: The microwave preselector (YIG-tuned pre-selection filter) is used for measurements above 3 GHz. This selection provides full image protection guarding against aliasing products.

Requirements

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

See Also