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

Table of Contents

Advertisement

Chapter 5
5.4.3.4
Picam_IsParameterRelevant()
Description
Picam_IsParameterRelevant()
currently applicable for the specified hardware.
Syntax
The syntax for
Input Parameters
Input parameters for
camera_or_accessory: Handle for the hardware under test.
Output Parameters
Output parameters for
Advanced API Usage
When used in conjunction with Advanced APIs, if
handle, it may be a handle to either the:
Related Structures
For additional information, refer to the following parameter structure:
Configuration APIs
Picam_IsParameterRelevant()
PICAM_API Picam_IsParameterRelevant(
Picam_IsParameterRelevant()
parameter: Specifies the parameter for which value applicability is being
determined.
Picam_IsParameterRelevant()
relevant: Pointer to the test results. Indicates if the specified parameter
value is currently applicable for the specified hardware.
Valid values are:
, or
device
.
model
PicamParameter.
determines if the value of a specified parameter is
is:
PicamHandle camera_or_accessory,
PicamParameter parameter,
pibln* relevant);
• TRUE
Indicates that the specified parameter value is currently
applicable for the specified hardware.
• FALSE
Indicates that the specified parameter value is not
currently applicable for the specified hardware.
camera_or_accessory
are:
are:
is a camera
163

Advertisement

Table of Contents
loading

Table of Contents