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
| 40
Basic Functions
Open(Number)
This function connects to the device. It has to be called before any other function is called.
Number
>=1
The parameter is used only when more than one units are
connected at the same time.
If only one unit is used, this value must be set to 1
Syntax:
C#
myTagger.Open(int Number);
C++
timetag.Open(int Number);
Calibrate()
The calibration function increases the accuracy of the device. It needs 4-10 seconds to execute. When the
calibration is used, it should be the first function to be called after the “Open” function.
Note: Intrinsic delays of each input may vary after the calibration procedure is performed.
Syntax:
C#
myTagger.Calibrate();
C++
timetag.Calibrate();
Close()
This function should be called before the program terminates.
Syntax:
C#
myTagger.Close();
C++
timetag.Close();
SetLedBrightness(
int
percent)
The Brightness of the LED on the front panel can be changed.
Syntax:
C#
myTagger.SetLedBrightness(int percent)
C++
timetag.SetLedBrightness(int percent)
GetFpgaVersion()
This function returns the current version of the FPGA design. It is used for debugging purposes only.
Syntax:
C#
myTagger.GetFpgaVersion()
C++
timetag.GetFpgaVersion()