Chapter 6
Data Acquisition APIs
185
6.4
Programmers’ Reference for Acquisition Control APIs
This section provides programming information for the following acquisition control
APIs:
•
;
•
;
•
;
•
;
•
Picam_WaitForAcquisitionUpdate()
.
6.4.1
Picam_Acquire()
Description
performs a specified number of data readouts (specified by
) and returns once the acquisition has been completed.
NOTE:
This function cannot be called when hardware is configured
for non-destructive readout. This is because the number of
readouts acquired is no longer guaranteed to be fixed. As an
example, changing the exposure time online will change the
number of non-destructive readouts and therefore the total
number of readouts acquired.
NOTE:
Parameters must be committed prior to initiating data
acquisition. Refer to
, on page 179 for additional
information.
Data acquisition is successful when:
•
The delay between successive readouts does not exceed
,
and
•
No errors have occurred.
Data acquisition is immediately halted when:
•
The delay between successive readouts exceeds that specified by
.
The error message
PicamError_TimeOutOccurred
is returned.
•
Any other error conditions are detected.
Associated error messages are stored in the
parameter.
Syntax
is:
PICAM_API Picam_Acquire(
PicamHandle camera,
pi64s readout_count,
piint readout_time_out,
PicamAvailableData* available,
PicamAcquisitionErrorsMask* errors);
continued on next page
Содержание Princeton Instruments PICam 5.x
Страница 1: ...www princetoninstruments com PICam 5 x Programmer s Manual 4411 0161 Issue 11 June 28 2021...
Страница 4: ...4 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 14: ...14 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 180: ...180 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 192: ...192 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 290: ...290 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 302: ...302 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 326: ...324 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 351: ...This page is intentionally blank...
Страница 354: ......