Table of Contents

Class RoutineLibraryConfig

Namespace
Cognite.Simulator.Utils
Assembly
Cognite.Simulator.Utils.dll

Represents configuration for a local routine library. Used to configure RoutineLibraryBase<V>

public class RoutineLibraryConfig
Inheritance
RoutineLibraryConfig
Inherited Members

Properties

LibraryUpdateInterval

Interval for fetching new data from CDF and updating the library

public int LibraryUpdateInterval { get; set; }

Property Value

int