![]() |
Python API
|
Integer constants to be used in Clock.source. More...
Variables | |
| int | None = 0 |
| No timestamp value. | |
| int | RTC = 1 |
| Device real-time clock timestamp. | |
| int | FrameCount = 2 |
| Acquisition frame counter timestamp. | |
| int | Bluetooth = 3 |
| Bluetooth piconet clock. | |
Integer constants to be used in Clock.source.
| int plux.Event.ClockSource.None = 0 |
No timestamp value.
Clock.value attribute is None.
| int plux.Event.ClockSource.RTC = 1 |
Device real-time clock timestamp.
Clock.value attribute is a datetime.datetime object.
| int plux.Event.ClockSource.FrameCount = 2 |
Acquisition frame counter timestamp.
Clock.value attribute is an integer.
| int plux.Event.ClockSource.Bluetooth = 3 |
Bluetooth piconet clock.
Clock.value attribute is an integer.