PCICommand
Syntax
CameraAPI.PCICommand( command );
Parameters
int command
A valid PCI command:
CameraAPI.RESET_CONTROLLER
,
CameraAPI.RESET_PCI
,
CameraAPI.ABORT_READOUT
.
Returns
int -
The reply for the specific PCI command (see command documentation for details).
Remarks
Sends a command to the PCI board. Throws a java.lang.Exception if an error occurs, which can be caught using a
try/catch
block.