void GArrayUploadFile | ( | string | Path, |
string | Names | ||
) |
Allows uploading of a program array file from the controller to an array CSV file.
Path | The full filepath of the array csv file to save. |
Names | A space separated list of the array names to upload. A null string uploads all arrays in the array table (LA). |
Wrapper around gclib GArrayUpload(). http://www.galil.com/sw/pub/all/doc/gclib/html/gclib_8h.html#af215806ec26ba06ed3f174ebeeafa7a7
System.Exception | Will throw an exception if anything other than G_NO_ERROR is received from gclib. |