26 Advanced Camera Operation Manual
PVCAM Class 101: ICL pl_exp_uninit_script(101)
NAME
pl_exp_uninit_script – unitialize the scripting library.
SYNOPSIS
boolean
pl_exp_uninit_script( void )
DESCRIPTION
This function undoes the preparations done by pl_exp_init_script. After
executing this function, scripting functions may no longer be 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_init_script(101)
NOTES
This function must be explicitly called before calling pl_pvcam_uninit.
You must also uninitialize the Class 3 library (pl_exp_uninit_seq) whenever
you call pl_exp_uninit_script. Order is not important. You may call either
function first, but both of them need to be performed before calling
pl_pvcam_uninit.