Function GangExecute

Top 

int GangExecute(int site, int buffer=0);

 

Description:

 

In the gang mode, launch the Auto Programming command 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 buffer's number is specified by the parameter buffer. The default buffer number is 0.

 

A successful launch of the GangExecute() function returns 1; if the function fails it returns 0. Regardless of the Auto Programming result, immediately after launching the GangExecute() function, full control returns to the active script. In order to check the Auto Programming command completion, use the script functions GangStatus() or GangWaitComplete().