Time¶
- class py123d.datatypes.time.TimePoint[source]¶
Time instance in a time series.
Public Data Attributes:
time_nsThe timepoint in nanoseconds [ns].
time_usThe timepoint in microseconds [μs].
time_msThe timepoint in milliseconds [ms].
time_sThe timepoint in seconds [s].
Public Methods:
from_ns(t_ns)Constructs a TimePoint from a value in nanoseconds.
from_us(t_us)Constructs a TimePoint from a value in microseconds.
from_ms(t_ms)Constructs a TimePoint from a value in milliseconds.
from_s(t_s)Constructs a TimePoint from a value in seconds.