Keysight 89600 VSA .NET API
IFOffsetAuto Property
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.XSeries Namespace > InputExtensionChannel 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 MustOverride Property IFOffsetAuto As Boolean
C# 
public abstract bool IFOffsetAuto {get; set;}
C++/CLI 
public:
abstract 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)

See Also