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


Glossary Item Box

Gets or sets the mixer paths

Syntax

Visual Basic (Declaration) 
Public Overridable Property MixerPath As ExternalMixerPath
C# 
public virtual ExternalMixerPath MixerPath {get; set;}
C++/CLI 
public:
virtual property ExternalMixerPath MixerPath {
   ExternalMixerPath get();
   void set (    ExternalMixerPath value);
}

Remarks

Mixer path sets up the specific mixer path selection when there are multiple paths available

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 19.52

See Also