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


Glossary Item Box

Gets or sets the time scale factor.

Syntax

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

Property Value

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

Remarks

This scales the time base of the signal used for measurement and analysis.

Requirements

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

See Also