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


isPersistent
Copy only keys whose persistence matches this value.
destination
Destination StateDictionary.
excludedKeys
Keys to be explicitly excluded from the copy operation.

Glossary Item Box

Copy the keys whose persistence matches the specified persistence, except for keys explicitly excluded.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub CopyPersistentToExcept( _
   ByVal isPersistent As Boolean, _
   ByVal destination As StateDictionary, _
   ByVal ParamArray excludedKeys() As String _
) 
C# 
public virtual void CopyPersistentToExcept( 
   bool isPersistent,
   StateDictionary destination,
   params string[] excludedKeys
)
C++/CLI 
public:
virtual void CopyPersistentToExcept( 
   bool isPersistent,
   StateDictionary^ destination,
   ... array<String^>^ excludedKeys
) 

Parameters

isPersistent
Copy only keys whose persistence matches this value.
destination
Destination StateDictionary.
excludedKeys
Keys to be explicitly excluded from the copy operation.

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