Keysight Pathwave 89600 VSA .NET API
IsResBWArbitrary Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Frequency Class : IsResBWArbitrary Property


Glossary Item Box

Gets or sets a value indicating whether ResBW can be set to an arbitrary value (not constrained).

Syntax

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

Remarks

Determine whether the resolution bandwidth is arbitrary or fixed. The Keysight 89600 VSA offer two levels of flexibility in selecting a resolution bandwidth setting:

  • Fixed at 1-3-10

  • arbitrary
The fixed 1-3-10 selection is the more restrictive. In this mode the VSA always sets the resolution bandwidth at a 1 X 10x or 3 X 10x value (1, 3, 10, 30, 100, ...) . In this mode the VSA emulates many existing spectrum analyzers. The arbitrary mode allows arbitrary setting of resolution bandwidth.

Requirements

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

See Also