Table of Contents

Method DisableSimulation

Namespace
Skyline.DataMiner.Net.SimulationHelper
Assembly
SLNetTypes.dll

DisableSimulation(int, int, int)

Disables a simulation on a specific element.

note

The simulation needs to be loaded in memory of DataMiner at startup. If that was not the case, all simulations can be reloaded with LoadSimulations(int).

public void DisableSimulation(int hostingDataMinerId, int dataMinerId, int elementId)

Parameters

hostingDataMinerId int

The hosting Agent ID of the element.

dataMinerId int

The DataMiner ID of the element.

elementId int

The element ID of the element.