Keysight Pathwave 89600 VSA .NET API
ParentState Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > IStateDictionary Interface : ParentState Property


Glossary Item Box

Gets or sets a parent state dictionary so that dictionaries can be chained together in a hierarchical way.

Syntax

Visual Basic (Declaration) 
Property ParentState As IStateDictionary
C# 
IStateDictionary ParentState {get; set;}
C++/CLI 
property IStateDictionary^ ParentState {
   IStateDictionary^ get();
   void set (    IStateDictionary^ value);
}

Requirements

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

See Also