Table of Contents

Method SetTrendTemplate

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

SetTrendTemplate(string)

Assigns the specified trend template to the dummy.

public virtual void SetTrendTemplate(string name)

Parameters

name string

The name of the trend template to assign.

Examples

var dummy = engine.GetDummy("dummy1");
dummy.SetTrendTemplate("Trend Template 1");

Exceptions

DataMinerException

There is no trend template with the specified name.