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


isPersistent
Copy only keys matching whose persistence matches this value.
dst
Destination StateDictionary.

Glossary Item Box

Copy the persistent items in the StateDictionary to the specified StateDictionary/>.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub CopyPersistentTo( _
   ByVal isPersistent As Boolean, _
   ByVal dst As StateDictionary _
) 
C# 
public virtual void CopyPersistentTo( 
   bool isPersistent,
   StateDictionary dst
)
C++/CLI 
public:
virtual void CopyPersistentTo( 
   bool isPersistent,
   StateDictionary^ dst
) 

Parameters

isPersistent
Copy only keys matching whose persistence matches this value.
dst
Destination StateDictionary.

Remarks

This method can only be used if the destination StateDictionary IsReadOnly is False.

Requirements

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

See Also