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


key
Name of the key

Glossary Item Box

Gets a value for the specified key indicating whether the key is persistent

Syntax

Visual Basic (Declaration) 
Public Overridable Function IsPersistent( _
   ByVal key As String _
) As Boolean
C# 
public virtual bool IsPersistent( 
   string key
)
C++/CLI 
public:
virtual bool IsPersistent( 
   String^ key
) 

Parameters

key
Name of the key

Return Value

true if it has persistent; otherwise false

Requirements

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

See Also