Pl_Exp_Init_Script(101) - Roper Photometric Owner's Manual

Advanced camera operation
Table of Contents

Advertisement

PVCAM
Class 101: ICL
pl_exp_init_script – initialize the scripting library.
NAME
boolean
SYNOPSIS
This function prepares and initializes the scripting option library. It must be
DESCRIPTION
called once, before any other scripting functions are called.
TRUE for success, FALSE for a failure. Failure sets pl_error_code.
RETURN VALUE
pl_pvcam_init(2), pl_pvcam_uninit(2),
SEE ALSO
pl_exp_uninit_script(101)
This function must be called explicitly after calling pl_pvcam_init and before
NOTES
calling any other pl_exp_ ... _script function.
Scripting requires some of the functions in the Class 3 PVCAM library. When
scripting is initialized, the Class 3 library must also be initialized
(pl_exp_init_seq( )). Order is not important, so either the scripting or
initialization function can be initialized first.
22 Advanced Camera Operation Manual
pl_exp_init_script(void)

pl_exp_init_script(101)

Advertisement

Table of Contents
loading

Table of Contents