Keysight Pathwave 89600 VSA .NET API
IFOffsetAuto Property
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.XSeries Namespace > InputExtension Class : IFOffsetAuto Property


Glossary Item Box

Gets or sets a value indicating whether the IF Offset should be automatically determined based upon the current center frequency, span, and MeasurementInfluenceCriteria. When true and the influence criteria is InfluenceCriteria.SpectralQuality then it will try to avoid the largest spur.

Syntax

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

Remarks

The IF Offset property will be forced to zero when this is true even though internally an IF Offset value may not be zero.

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