292
PICam™ 5.x Programmer’s Manual
Issue 11
8.2
Structure Definitions
This section provides programming information about PICam structure definitions.
8.2.1
EM Calibration Structures
This section provides detailed programming information about the following EM
Calibration data structures:
•
8.2.1.1
PicamEMCalibrationDate
Description
specifies the calibration date.
Structure Definition
is:
typedef struct PicamEMCalibrationDate
{
piint year;
piint month;
piint day;
} PicamEMCalibrationDate;
Variable Definitions
The variables required by
year:
The year as an integer (e.g., 2011.)
month:
The month as an integer.
Valid values are from [1…12], inclusive.
For example, 3 = March.
day:
The day of the month as an integer.
Valid values are from [1…31], inclusive.
Содержание 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: ......