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


key
The name of the key.
value
Whether the key is set to be persistent.

Glossary Item Box

Sets a value indicating that the key value is persistent.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetPersistent( _
   ByVal key As String, _
   ByVal value As Boolean _
) 
C# 
public virtual void SetPersistent( 
   string key,
   bool value
)
C++/CLI 
public:
virtual void SetPersistent( 
   String^ key,
   bool value
) 

Parameters

key
The name of the key.
value
Whether the key is set to be persistent.

Requirements

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

See Also