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


Glossary Item Box

Gets or sets a value indicating whether to automatically update the noise correction parameters using the values provided by the current Measurement.MeasurementExtensionType.

Syntax

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

Remarks

A measurement may provide helpful values for the IQ Noise Correction based on the measurement's signal configuration. You can disable this property to override the values provided by the measurement.

Requirements

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

See Also