Function GangStatus

Top 

int GangStatus(int site);

 

Description:

 

In the gang mode get the status of the operation on the socket, the number of which is specified by the site parameter (the first socket in the gang programmer has the number 0). The function call returns the status string, two bits of which define the operation statuses:

 

If the bit GS_EXECUTING =1 this indicates that Auto Programming is still in process;

If the bit GS_FAILED =1 this indicates an Auto Programming failure.