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


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public MustOverride Property DetectorForCarriers As Detectors
C# 
public abstract Detectors DetectorForCarriers {get; set;}
C++/CLI 
public:
abstract property Detectors DetectorForCarriers {
   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.

Requirements

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

See Also