Teledyne Princeton Instruments PICam 5.x Programmer's Manual page 109

Table of Contents

Advertisement

Chapter 5
5.2.1.2
PicamRois
Description
PicamRois
Structure Definition
The structure definition for
Variable Definitions
The variables required by
5.2.1.3
PicamPulse
Description
PicamPulse
Structure Definition
The structure definition for
Variable Definitions
The variables required by
Configuration APIs
defines a set of non-overlapping Regions of Interest (ROIs.)
PicamRois
typedef struct PicamRois
{
PicamRoi* roi_array;
piint roi_count;
}
PicamRois;
PicamRois
roi_array: An array of one or more regions.
roi_count: The number of regions.
defines a gate pulse in ns.
PicamPulse
typedef struct PicamPulse
{
piflt delay;
piflt width;
}
PicamPulse;
PicamPulse
delay: The delay in ns until a gate pulse begins.
width: The width of the gate pulse in ns.
is:
are:
is:
are:
109

Advertisement

Table of Contents
loading

Table of Contents