Keysight Pathwave 89600 VSA .NET API
CopyAutoToMap(String,CopyDefinitionActions) Method
See Also 
Agilent.SA.Vsa.Ieee80216Ofdma.Interfaces Assembly > Agilent.SA.Vsa.Ieee80216Ofdma Namespace > MeasurementExtension Class > CopyAutoToMap Method : CopyAutoToMap(String,CopyDefinitionActions) Method


newMapName
The Map name to use for the created Map. If empty string (""), a date-time based name will be generated automatically.
actions
Bit field to specify additional behavior. Please see CopyDefinitionActions for details.

Glossary Item Box

Copy auto-detected zone definitions to a new Map.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function CopyAutoToMap( _
   ByVal newMapName As String, _
   ByVal actions As CopyDefinitionActions _
) As String
C# 
public abstract string CopyAutoToMap( 
   string newMapName,
   CopyDefinitionActions actions
)
C++/CLI 
public:
abstract String^ CopyAutoToMap( 
   String^ newMapName,
   CopyDefinitionActions actions
) 

Parameters

newMapName
The Map name to use for the created Map. If empty string (""), a date-time based name will be generated automatically.
actions
Bit field to specify additional behavior. Please see CopyDefinitionActions for details.

Return Value

Returns the name of the new Map. An empty string ("") indicates a failure in the copy operation, and no valid Map was created.

Requirements

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

See Also