LoadControllerFile
CameraAPI.LoadControllerFile( filename, validate );
String filename The filename of the tim.lod or util.lod file to load into the timing or utility board.
int validate Set to 1 to verify data value written to the board; 0 to not verify the data. Each write to the board is read back and compared.
None
Uploads the specified tim.lod or util.lod file to the timing or utility board. Throws java.lang.Exception if an error occurs. All exceptions can be caught using a try/catch block.