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


Glossary Item Box

Gets or sets the source RF frequency (Hertz) of all channels.

Syntax

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

Remarks

RF frequency may be controlled individually per channel. When queried, this property always returns the value for the first channel.

When the source is an arbitrary waveform generator (AWG), this property is read-only. Its value is set during download to the WaveformCenterFrequency value applied to the downloaded waveform, which may be rounded to maintain phase continuity.

Requirements

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

See Also