Enum SamplingPosition
- Namespace
- Cognite.Simulator.Extensions
- Assembly
- Cognite.Simulator.Extensions.dll
Defines the position of the simulation time relative to the sampling window
public enum SamplingPosition
Fields
End = 2
Simulation time is at the end of the sampling window
Midpoint = 1
Simulation time is at the midpoint of the sampling window
Start = 0
Simulation time is at the start of the sampling window