Keysight Pathwave 89600 VSA .NET API
Span Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > SpectrumFrequencyChannel 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 SetCenterSpan method can be used to specify center and span all at the same time.

With version 19.00 or greater if this property is set to zero then the measurement operates in time-domain (zero span) mode and trace results for it are versus time instead of frequency. This is only supported though if the hardware supports it.

Requirements

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

See Also