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


filePath
location where to save a .mat file containing the noise profile.

Glossary Item Box

Exports a custom noise profile to the specified file.

Syntax

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

Parameters

filePath
location where to save a .mat file containing the noise profile.

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