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


Glossary Item Box

Gets the current recording center frequency for this channel.

Syntax

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

Remarks

Returns the center frequency, in Hertz, for this channel of the current recording. This corresponds to the measurement's input channel center frequency at the time the data was recorded.

Requirements

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

See Also