Hello community,
I am working with an automation script to create Measurement Points, Monitors and Presets for elements running an specific connector with the Spectrum Analyzer feature.
Right now, I am able to create the Measurement Points using this method Method SetMeasurementPoints | DataMiner Docs (this old question was also really helpful to achieve it Can you edit a measurement point of a spectrum analyzer through an automation script? - DataMiner Dojo).
However, I have not been able to continue with the Monitors and Presets creation because I do not know exactly what are the classes/methods that I should use. I have got to these classes Interface IDmsSpectrumAnalyzerMonitors | DataMiner Docs & Interface IDmsSpectrumAnalyzerPresets | DataMiner Docs, specifically to the AddMonitor() and SavePreset() methods, but there is no information how to build the input parameters with the required information. If you know what is the format of these parameters to be used, or any other method to create a Monitor and Present through an Automation Script, do not hesitate contact me.