PVCAM
NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE SEE ALSO
NOTES
Class 101: ICL | pl_exp_uninit_script(101) |
pl_exp_uninit_script – unitialize the scripting library.
boolean pl_exp_uninit_script( void )
This function undoes the preparations done by pl_exp_init_script. After executing this function, scripting functions may no longer be called.
TRUE for success, FALSE for a failure. Failure sets pl_error_code.
pl_pvcam_init(2), pl_pvcam_uninit(2), pl_exp_init_script(101)
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.
26Advanced Camera Operation Manual