Script timing out

The Engine class has a timeout property that can be set to answer at least part of your question: https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Automation.Engine.html?q=engine%20timeout#properties

System Center – Clean Up Unused

If I understand correctly you want to export the list of unused protocols to a file? This is not available out of the box but should be doable through an …

Can (how to) an Automation script run in c#8.0?

If you’re referring to the C# language version, then Automation is indeed capped at version 7.3 since we compile the code with the .NET Framework target. If you’re referring to …

Using Variables inside a shape group

Hi Joly, Can you try adding the following shape data to the group: View: [this view] Options: NoAlarmColorFill Enabled: False I performed a small test and after setting these shape …

Hide/Show line based on table parameter value

Hi Rajesh, Have you tried the option ForcePropertyFromParent: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/reference/Overview_of_page_and_shape_options.html#forcepropertyfromparent Hope it helps.

Hide/Show line based on table parameter value

Hello Rajesh, You can group all lines that have the same parameters and apply your parameter and condition to the group. Example: The 2 yellow lines are grouped (Sheet.787) the …

Are there plans to make more nuget packages available?

Hello Rebecca, the core dlls are available on the public nuget store: https://www.nuget.org/packages/Skyline.DataMiner.Core.DataMinerSystem.Automation Watch out with the version that you use in an automation script because you dataminer system has …

“N/A” value -VS – “Not Initialized” value

Alberto, You are correct. The parameter value will read “Not Initialized” when it has never been set to any value. “N/A” on the other hand is generally a discreet/exceptional value …