Newer
Older
// LibIts
import from LibIts_TestSystem all;
import from LibIts_Interface all;
/**
* @desc Initialize the IUT
* @remark No specific actions specified in the base standard
* @param none
*/
function f_initialState() {
//
} // end f_ptcCamUp
* @param p_camPtc returned Facility component variable
*/
/**
* @desc Wait for component to finish and unmap CAM ports
tc_guard.start;
alt {
[] p_ptcCam.done {
tc_guard.stop;
}
[] tc_guard.timeout {
log("*** f_ptcCamDown: ERROR: Timeout while waiting for component ***");
setverdict(inconc);
}
}
unmap(p_ptcCam:camPort);