Table of Contents

Method SpectrumFindMeasurementPointIdByName

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

SpectrumFindMeasurementPointIdByName(string)

Gets the ID that corresponds with the specified spectrum measurement point name.

public virtual int SpectrumFindMeasurementPointIdByName(string measurementPointName)

Parameters

measurementPointName string

The name of the measurement point.

Returns

int

The ID that corresponds with the specified spectrum measurement point name or -1 when not found.

Examples

var element = engine.FindElement("MySpectrumElement");
int measurementPointId = element.SpectrumFindMeasurementPointIdByName("MyMeasurement PointName");