== Example of a simple script translated from its IST phase structure to its PV phase structure == ''' Header's information''' {{{ // File : CONF_phot_fltw_OBS.cus // Missionphase : PACS FMILT // // Purpose : Configure the phot filter wheel // // Author : PR // // Arguments : // // Description : // // Comments : // // Version : 0.1 // History : 0.1 12-Jun-2007 Initial version // }}} Declaration of script type: obsolote mode type (No poinitng request) {{{ mode CONF_phot_fltw_OBS { } }}} block including setting the OBS ID, call of the procedure, and reste of the OBS ID {{{ { WriteOBSID($OBSID); CONF_phot_fltw(); WriteEndID(); } }}}