PCICmd
CameraAPI.PCICmd( command, expected_reply );
int command A valid PCI command: CameraAPI.RESET_CONTROLLER, CameraAPI.RESET_PCI, CameraAPI.ABORT_READOUT.
int expected_reply The reply expected to recieve for the given command. For example, CameraAPI.RESET_CONTROLLER should return CameraAPI.SYR.
None
Sends a command to the PCI board and compares the reply against the expected_reply variable.Throws a owl.cameraAPI.ReplyException if the reply values do not match. Throws java.lang.Exception if some other error occurs. All exceptions can be caught with a try/catch block.