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


Glossary Item Box

Gets or sets the measurement center frequency, in Hertz.

Syntax

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

Remarks

You can set the frequency range with the Center and Span properties, or with the StartFrequency and StopFrequency properties. You can also use the SetCenterSpan or SetStartStopFrequency methods to set the frequency range all at one time.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 18.50

See Also