Enum Scheduler.TimeUnit
TimeUnit expressed in unit per seconds
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public enum Scheduler.TimeUnit
Fields
Name | Description |
---|---|
ms | Milliseconds(1e-3s) |
ns | Nanoseconds(1e-9s) |
s | Seconds |
undefined | Default time unit. |
us | Microseconds(1e-6s) |