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


Glossary Item Box

Gets or sets the measurement center frequency for a single channel.

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 Frequency.Span properties, or with the StartFrequency and StopFrequency properties.

Note that for multi-channel hardware, the center frequency can be set independently for each channel or all channels can be set to the same value. To set the center frequency for all channels to the same value use the Frequency.Center property.

Requirements

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

See Also