Table of Contents

Method GetReferenceLevel

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

GetReferenceLevel()

Retrieves the reference level.

public double GetReferenceLevel()

Returns

double

The reference level.

Examples

Element mySpectrumAnalyzerElement = engine.FindElement("MyElement");
SpectrumPreset preset = elementSa.GetSpectrumPreset("MyPreset");

double referenceLevel = preset.GetReferenceLevel();