TimestampedDoubleArray
- class ntcore.TimestampedDoubleArray(*args, **kwargs)
Bases:
pybind11_object
Timestamped value. @ingroup ntcore_cpp_handle_api
Overloaded function.
__init__(self: ntcore._ntcore.TimestampedDoubleArray) -> None
__init__(self: ntcore._ntcore.TimestampedDoubleArray, time: typing.SupportsInt, serverTime: typing.SupportsInt, value: list[typing.SupportsFloat]) -> None
- property serverTime int
Time in server time base. May be 0 or 1 for locally set values.
- property time int
Time in local time base.
- property value list[float]
Value.