Keysight Pathwave 89600 VSA .NET API
SystemRateScaleFactor Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > MeasurementExtension Class : SystemRateScaleFactor Property


Glossary Item Box

Gets or sets the bandwidth scale factor.

Syntax

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

Property Value

The default value is 1.0. The minimum value is 1/1000 and the maximum is 1000.

Remarks

This scales the system rate of the signal used for measurement and analysis. the frame and subframe duration is scaled by the inverse of this value.

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 25.00

See Also