Python API
 All Classes Namespaces Functions Variables
plux.Event.ClockSource Namespace Reference

Integer constants to be used in Clock.source. More...

Variables

int None = 0
 No timestamp value. More...
 
int RTC = 1
 Device real-time clock timestamp. More...
 
int FrameCount = 2
 Acquisition frame counter timestamp. More...
 

Detailed Description

Integer constants to be used in Clock.source.

Variable Documentation

int plux.Event.ClockSource.FrameCount = 2

Acquisition frame counter timestamp.

Clock.value attribute is an integer.

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.