Class SpectrumPreset
- Namespace
 - Skyline.DataMiner.Automation
 
- Assembly
 - SLManagedAutomation.dll
 
Represents a spectrum preset.
public class SpectrumPreset
  - Inheritance
 - 
      
      SpectrumPreset
 
- Extension Methods
 
Constructors
- SpectrumPreset(IActionableElement, string)
 Initializes a new instance of the SpectrumPreset class.
Methods
- GetCenterFrequency()
 Retrieves the center frequency.
- GetFrequencySpan()
 Retrieves the frequency span.
- GetRBW()
 Retrieves the resolution bandwidth (RBW) value.
- GetReferenceLevel()
 Retrieves the reference level.
- GetReferenceScale()
 Retrieves the reference scale.
- GetStartFrequency()
 Retrieves the start frequency.
- GetStopFrequency()
 Retrieves the stop frequency.
- GetSweepTime()
 Retrieves the sweep time.
- GetVBW()
 Retrieves the video bandwidth (VBW).
- Save()
 Saves the preset.
- SetCenterFrequency(double)
 Sets the center frequency.
- SetFrequencySpan(double)
 Sets the frequency span.
- SetRBW(double)
 Sets the resolution bandwidth (RBW).
- SetReferenceLevel(double)
 Sets the reference level.
- SetReferenceScale(double)
 Sets the reference scale.
- SetStartFrequency(double)
 Sets the start frequency.
- SetStopFrequency(double)
 Sets the stop frequency.
- SetSweepTime(double)
 Sets the sweep time.
- SetVBW(double)
 Sets the video bandwidth (VBW).