Method SpectrumIsMonitorEnabled
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
SpectrumIsMonitorEnabled(string)
Returns a value indicating whether the specified spectrum monitor is enabled.
bool SpectrumIsMonitorEnabled(string monitorName)
Parameters
monitorNamestringThe name of the spectrum monitor.
Returns
- bool
trueif the specified spectrum monitor is enabled; otherwise,false.
SpectrumIsMonitorEnabled(int)
Returns a value indicating whether the specified spectrum monitor is enabled.
bool SpectrumIsMonitorEnabled(int monitorId)
Parameters
monitorIdintThe ID of the spectrum monitor.
Returns
- bool
trueif the specified spectrum monitor is enabled; otherwise,false.