Interface IDmsSpectrumAnalyzerPresets
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Represents the spectrum analyzer presets.
public interface IDmsSpectrumAnalyzerPresets
- Extension Methods
Methods
- DeletePreset(string, bool)
Deletes the preset with the specified name. Replaces: sa.NotifyElement(userID, elementID, SPA_NE_PRESET_DELETE (2), 0, presetGlobalName, null, out result);
- GetPreset(string, bool)
Retrieves the preset with the specified name. Replaces: sa.NotifyElement(userID, elementID, SPA_NE_PRESET_LOAD (0), 0, presetName, presetLoadOptions, out result);
- SavePreset(string, object[], bool)
Saves the specified preset. Replaces: sa.NotifyElement(userID, elementID, SPA_NE_PRESET_SAVE (1), 0, presetName, presetData, out result);