Table of Contents

Method GetVBW

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

GetVBW()

Retrieves the video bandwidth (VBW).

public double GetVBW()

Returns

double

The video bandwidth (VBW).

Examples

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

double vbw = preset.GetVBW();