Roper Photometric manual Class 101 ICL Plexpinitscript101, Boolean plexpinitscriptvoid

Models: Photometric

1 52
Download 52 pages 15.82 Kb
Page 28
Image 28

PVCAM

NAME

SYNOPSIS

DESCRIPTION

RETURN VALUE SEE ALSO

NOTES

Class 101: ICL

pl_exp_init_script(101)

pl_exp_init_script – initialize the scripting library.

boolean pl_exp_init_script(void)

This function prepares and initializes the scripting option library. It must be called once, before any other scripting functions are called.

TRUE for success, FALSE for a failure. Failure sets pl_error_code.

pl_pvcam_init(2), pl_pvcam_uninit(2), pl_exp_uninit_script(101)

This function must be called explicitly after calling pl_pvcam_init and before 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.

22Advanced Camera Operation Manual

Page 28
Image 28
Roper Photometric manual Class 101 ICL Plexpinitscript101, Boolean plexpinitscriptvoid