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


Glossary Item Box

Gets or sets the IF frequency if the mixer path is set to Aux IF path

Syntax

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

Remarks

The IF frequency of the aux path will be set to the value specified here in Hz

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