Tobii Pro SDK Python API
get_system_time_stamp.py
1
def
execute():
2
# <BeginExample>
3
import
tobii_research
as
tr
4
5
system_time_stamp = tr.get_system_time_stamp()
6
7
print(
"The system time stamp in microseconds is {0}."
.format(system_time_stamp))
8
# <EndExample>
Copyright © 2018 Tobii AB