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


Glossary Item Box

Gets the current recording center frequency.

Syntax

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

Remarks

Returns the center frequency, in Hertz, of the current recording. This corresponds to the measurement's center frequency at the time the data was recorded. The PlayChannel.Center property contains the recording center frequency for individual input channels of the recording.

Requirements

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

See Also