Table of Contents

Method GetSweepTime

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

GetSweepTime()

Retrieves the sweep time.

public double GetSweepTime()

Returns

double

The sweep time.

Examples

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

double sweepTime = preset.GetSweepTime();