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


Glossary Item Box

Gets the collection of ExternalMixerSubband objects representing the sub bands for the external mixer setup.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Subbands As ExternalMixerSubbandCollection
C# 
public abstract ExternalMixerSubbandCollection Subbands {get;}
C++/CLI 
public:
abstract property ExternalMixerSubbandCollection^ Subbands {
   ExternalMixerSubbandCollection^ get();
}

Requirements

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

See Also