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


Glossary Item Box

Gets or sets the measurement frequency span, in Hertz.

Syntax

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

Remarks

The range of allowable spans depends upon the hardware selected for use with the VSA, whether your input is from hardware or a recording, and whether you are in zoom mode. The IsZoom and Center properties help to more fully describe the VSA's frequency settings. The SetCenterSpan method can be used to specify zoom, center, and span all at the same time.

Note that for multi-channel measurements, all channels share a common span.

Requirements

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

See Also