Python API
Loading...
Searching...
No Matches
plux.Event.ClockSource Namespace Reference

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.
 

Detailed Description

Integer constants to be used in Clock.source.

Variable Documentation

◆ None

int plux.Event.ClockSource.None = 0

No timestamp value.

Clock.value attribute is None.

◆ RTC

int plux.Event.ClockSource.RTC = 1

Device real-time clock timestamp.

Clock.value attribute is a datetime.datetime object.

◆ FrameCount

int plux.Event.ClockSource.FrameCount = 2

Acquisition frame counter timestamp.

Clock.value attribute is an integer.

◆ Bluetooth

int plux.Event.ClockSource.Bluetooth = 3

Bluetooth piconet clock.

Clock.value attribute is an integer.