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


Glossary Item Box

Gets or sets the center frequency the data consuming Measurement should assume for data provided by data source application.

Syntax

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

Remarks

This sets properties for all channels, and gets the property value of the first channel. Use Channels to get or set properties of individual channels.

Requirements

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

See Also