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


Glossary Item Box

Gets or sets the measurement stop frequency, in Hertz.

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

You can set the frequency range with the Center and Span properties, or with the StartFrequency and StopFrequency properties. You can also use the SetCenterSpan or SetStartStopFrequency methods to set the frequency range all at one time.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 18.50

See Also