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


Glossary Item Box

Gets or sets a value indicating whether the measurement is zoomed.

Syntax

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

Remarks

The term "zoom" identifies a measurement that has complex time-domain data. For Vector (demod off) measurements, IsZoom lets you enable or disable the LO in the measurement path when the start frequency is 0 Hertz. When the start frequency is something other than 0 Hz, the data is zoomed, by definition.

The term "baseband" (IsZoom is False) identifies a measurement that has real time-domain data and has a start frequency of 0 Hz. The default value for IsZoom is false (baseband), which means that the LO is not in the measurement path.

IsZoom is always True for digital demodulation measurement types. The type of input hardware selected can also affect the allowable state of this property.

Requirements

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

See Also