Keysight 89600 VSA .NET API
StartNoiseMeasurement Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > IQNoiseCorrection Class : StartNoiseMeasurement Method


Glossary Item Box

Starts a procedure to measure the noise profile of the current hardware setup (for Manual Noise Profile mode).

Syntax

Visual Basic (Declaration) 
Public Overridable Function StartNoiseMeasurement() As Operation
C# 
public virtual Operation StartNoiseMeasurement()
C++/CLI 
public:
virtual Operation^ StartNoiseMeasurement(); 

Return Value

Keysight.SA.Vsa.Operation object that can be used to track the progress of the noise measurement.

Remarks

Before calling this method, the user should ensure that signal+noise from the DUT to be measured is not present. This could be done by disconnecting and terminating the input, or by disabling DUT transmission (with the assumption that the noise due to the DUT is only present when the DUT is transmitting).

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.00

See Also