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


filePath
path to a .mat file in the format saved by ExportManualNoiseProfile

Glossary Item Box

Imports a custom noise profile from the specified file.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub ImportManualNoiseProfile( _
   ByVal filePath As String _
) 
C# 
public virtual void ImportManualNoiseProfile( 
   string filePath
)
C++/CLI 
public:
virtual void ImportManualNoiseProfile( 
   String^ filePath
) 

Parameters

filePath
path to a .mat file in the format saved by ExportManualNoiseProfile

Remarks

Note, the noise profile should exactly match the measurement state of the I/Q acquisition for the IQNC measurement currently being performed. In addition, the hardware should also be in the same state (this is not known by VSA and is the user's responsibility). If the noise profile does not match the current I/Q measurement state (center, span, HW extension parameters, etc.), the IQNC measurement may not be valid.

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