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


Glossary Item Box

Gets or sets the IF offset to use in hertz.

Syntax

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

Remarks

This is useful to avoid spurs that normally are relative to the center frequency. It is restricted to +/- (MaxSignalPathBandwidth - Current Span)/2.

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