Pl_exp_init_script(101) – Roper Photometric User Manual

Page 28

Advertising
background image

22 Advanced Camera Operation Manual

PVCAM

Class 101: ICL

pl_exp_init_script(101)

NAME

pl_exp_init_script

– initialize the scripting library.

SYNOPSIS

boolean

pl_exp_init_script(void)

DESCRIPTION

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

RETURN VALUE

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

SEE ALSO

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

NOTES

This function must be called explicitly after calling

pl_pvcam_in

it 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.

Advertising