Keysight Pathwave 89600 VSA .NET API
DetectorForOffsets Property
See Also 
Keysight.SA.Vsa.AdjacentChannelPower.Interfaces Assembly > Keysight.SA.Vsa.AdjacentChannelPower Namespace > MeasurementExtension Class : DetectorForOffsets Property


Glossary Item Box

Gets or sets the spectrum detector to use for offsets power measurement.

Syntax

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

Property Value

Default value is Agilent.SA.Vsa.Detectors.Average. Values Agilent.SA.Vsa.Detectors.Average and Agilent.SA.Vsa.Detectors.Peak are permitted, and may be limited by what is supported by Agilent.SA.Vsa.SpectrumFrequency.Detectors for the current input configuration.

Remarks

Changing this value may change the value of Agilent.SA.Vsa.SpectrumFrequency.Detectors. Changing this value affects behavior of Offset.IntegrationBandwidth.

Requirements

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

See Also