Visual Basic (Declaration) | |
---|---|
Public MustOverride Property IsZoom As Boolean |
C# | |
---|---|
public abstract bool IsZoom {get; set;} |
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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)