Evertz Magnum Router – No Connection

Hi Brian, As Wale mentioned, you can check Streamviewer or the element log file (located in C: –> Skyline DataMiner –> Logging –> Element_name.txt) to check for any errors. If …

Update Spectrum Component with variable

Hi Alain, I had a quick look and can confirm you did not miss anything. The Spectrum Visio shapes just doesn’t support updates on shape data other than ‘ComponentOptions’ at …

Spectrum Analyzer – Default units Y-Axis

Hi Miguel, In the documentation of the reserved spectrum parameters, I found param 64008/64108, which sets the amplitude units. Unfortunately, I didn’t find any additional info on the usage of …

How to get the IP address of DMA via automation script

Hi Eric, The IP address of the DMA can be retrieved in an automation script using the following property: https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Net.ServerDetails.AgentIP.html#Skyline_DataMiner_Net_ServerDetails_AgentIP Example: string ip = Engine.SLNetRaw.ServerDetails.AgentIP;

What Keyword for TreeID to use in Hyperlinks.xml?

Hi Peter, You are right, it is advised to use AlarmTreeID now. A [TREEID] placeholder for Hyperlinks was not added yet. AlarmTreeID is just a useful wrapper around DataMinerID/ElementID/RootAlarmID, so …