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


Glossary Item Box

Gets a collection of instruments that are subordinate to this instrument

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Subordinates As SubordinateInstrumentCollection
C# 
public virtual SubordinateInstrumentCollection Subordinates {get;}
C++/CLI 
public:
virtual property SubordinateInstrumentCollection^ Subordinates {
   SubordinateInstrumentCollection^ get();
}

Remarks

A subordinate instrument is an instrument used by this instrument, making it unavailable for use directly by VSA.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 24.20

See Also