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


Glossary Item Box

Gets or sets the per-subcarrier CRS scale factor in dB. Only applicable to in-band signals.

Syntax

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

Property Value

The default value is 0 dB. The minimum value is -20 dB and the maximum is 20 dB

Requirements

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

See Also