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


Glossary Item Box

Gets or sets the type or band of external mixer used.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property MixerSelection As ExternalMixerSelection
C# 
public abstract ExternalMixerSelection MixerSelection {get; set;}
C++/CLI 
public:
abstract property ExternalMixerSelection MixerSelection {
   ExternalMixerSelection get();
   void set (    ExternalMixerSelection value);
}

Remarks

The USB mixer selections cannot be set directly, but instead will automatically be set when the USB Smart Mixer is plugged into the analyzer's USB port.

Requirements

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

See Also