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


Glossary Item Box

Gets or sets the measurement start frequency (in Hertz) for a single channel.

Syntax

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

Remarks

Changing the start frequency on one channel will affect the frequency settings on other channels since all channels must have a common Span. Changing the start frequency on one channel will change the span on other channels to the same span (stop - start) as this channel, the center frequency on other channels will be kept fixed if possible when this happens.

Requirements

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

See Also