nitypes.bintime.TimeValueTuple
- class nitypes.bintime.TimeValueTuple
Bases:
NamedTupleA named tuple containing the whole seconds and fractional seconds parts of a time value.
- fractional_seconds: int
The fractional seconds portion of a binary time value. This should be a uint64.
- static from_cvi(lsb: int, msb: int) TimeValueTuple
Create a
TimeValueTuplefrom aCVIAbsoluteTimerepresentation.- Parameters:
- Return type: