Keysight Pathwave 89600 VSA .NET API
NormalizationTime Property
See Also 
Agilent.SA.Vsa.Pulse.Interfaces Assembly > Agilent.SA.Vsa.Pulse Namespace > NonlinearFM Class : NormalizationTime Property


Glossary Item Box

Gets or sets a value indicating the user-specified normalization time.

Syntax

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

Remarks

This property is only used when the TimeNormalizationRegion is set to NonlinearFMNormalization.UserDefined.

Requirements

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

See Also