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


Glossary Item Box

Gets a value indicating whether this StateDictionary cannot be changed.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property IsReadOnly As Boolean
C# 
public abstract bool IsReadOnly {get;}
C++/CLI 
public:
abstract property bool IsReadOnly {
   bool get();
}

Remarks

A StateDictionary contains a collection of Key/Value pairs where the keys are unique (only occur once in the collection). The value for each key may be an enumeration, a short, integer, boolean, float, double, string, or an array of any of these types.

A StateDictionary contained in a MeasurementData from a Trace cannot be changed.

Requirements

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

See Also