Keysight Pathwave 89600 VSA .NET API
SaveMapUserColors Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Display Class : SaveMapUserColors Method


fileName
The file name.

Glossary Item Box

Save the spectrogram user color map colors to a file.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub SaveMapUserColors( _
   ByVal fileName As String _
) 
C# 
public abstract void SaveMapUserColors( 
   string fileName
)
C++/CLI 
public:
abstract void SaveMapUserColors( 
   String^ fileName
) 

Parameters

fileName
The file name.

Requirements

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

See Also