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.Changing this value may change the value of Agilent.SA.Vsa.SpectrumFrequency.Detectors. Changing this value affects behavior of Offset.IntegrationBandwidth.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)