Method SpectrumFindMonitorIdByName
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
SpectrumFindMonitorIdByName(string)
Gets the ID that corresponds with the specified spectrum monitor name.
int SpectrumFindMonitorIdByName(string monitorName)
Parameters
monitorNamestringThe spectrum monitor name.
Returns
- int
The ID that corresponds with the specified spectrum monitor name or -1 when not found.