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.
Summary of Contents for Princeton Instruments PICam 5.x
Page 1: ...www princetoninstruments com PICam 5 x Programmer s Manual 4411 0161 Issue 11 June 28 2021...
Page 4: ...4 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Page 14: ...14 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Page 180: ...180 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Page 192: ...192 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Page 290: ...290 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Page 302: ...302 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Page 326: ...324 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Page 351: ...This page is intentionally blank...
Page 354: ......