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