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


Glossary Item Box

Gets or sets the lower mask frequency offset in Hz.

Syntax

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

Remarks

The offset is added to the mask frequencies regardless of the setting of FrequencyReferenceStyle.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also