Keysight 89600 VSA .NET API
WaveformCenterFrequency Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > SourceLogicalChannel Class : WaveformCenterFrequency Property


Glossary Item Box

Gets or sets the waveform center frequency (Hertz) set on this channel during download to an arbitrary waveform generator (AWG)

Syntax

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

Remarks

The value of this property is applied when an arbitrary waveform is downloaded to an arbitrary waveform generator (AWG)./>

The IsEnabled("WaveformCenterFrequency") method can be used to determine whether this property is supported or not on this channel.

Requirements

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

See Also