w w w . u q d e v i c e s . c o m
L o g i c 1 6 U s e r M a n u a l
| 41
GetResolution()
This function returns the time resolution of the device. It should be used to calculate absolute time
values. The function returns either 78.125E-12 or 156.25E-12 seconds.
Syntax:
C#
myTagger.GetResolution()
C++
timetag.GetResolution()
GetNoInputs()
This function returns the number of inputs installed on the device. It is used for debugging purposes only.
Syntax:
C#
myTagger.GetNoInputs()
C++
timetag.GetNoInputs()