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


Glossary Item Box

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

Syntax

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

Remarks

Changing the stop frequency on one channel will affect the frequency settings on other channels since all channels must have a common Span. Changing the stop 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