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


Glossary Item Box

Gets or sets the implied center frequency of a digital input.

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

Along with SampleRate, this determines the allowable range of measurement center/span frequencies. This property sets the implied center frequency for all channels. The Center property is ignored when DataPart is set to Real

For complex digital input data, it is usual to regard the spectrum as centered at 0. This property allows you to associate a different center frequency for the input data. The measurement Center Frequency may be set to any frequency in the range

Center +/- (Maximum Span)/2

Whenever the SampleRate or Center properties are changed, the Span of the measurement is reset to its maximum value and the Center Frequency of the measurement is set to equal the Center property.

Requirements

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

See Also