|
inline |
Array upload to file. Uploads the entire controller array table or a subset and saves the data as a csv file specified by file_path.
filePath | String containing the path to the array file. File will be overwritten if it exists. |
names | String containing the arrays to upload, delimited with space. "" uploads all arrays listed in LA. |
gclibjava.GclibJavaException | If an error is generated by gclib. |
Definition at line 391 of file GclibJava.java.
Referenced by GclibJava.GArrayUploadFile().