|
| def | __init__ (self) |
| |
| def | __del__ (self) |
| |
| def | GOpen (self, address) |
| |
| def | GClose (self) |
| |
| def | GCommand (self, command) |
| |
| def | GSleep (self, val) |
| |
| def | GVersion (self) |
| |
|
def | GServerStatus (self) |
| |
|
def | GSetServer (self, server_name) |
| |
|
def | GListServers (self) |
| |
|
def | GPublishServer (self, server_name, publish, save) |
| |
|
def | GRemoteConnections (self) |
| |
| def | GInfo (self) |
| |
| def | GIpRequests (self) |
| |
| def | GAssign (self, ip, mac) |
| |
| def | GAddresses (self) |
| |
| def | GProgramDownload (self, program, preprocessor="") |
| |
| def | GProgramUpload (self) |
| |
| def | GProgramDownloadFile (self, file_path, preprocessor="") |
| |
| def | GProgramUploadFile (self, file_path) |
| |
| def | GArrayDownload (self, name, first, last, array_data) |
| |
| def | GArrayUploadFile (self, file_path, names=[]) |
| |
| def | GArrayDownloadFile (self, file_path) |
| |
| def | GArrayUpload (self, name, first, last) |
| |
| def | GTimeout (self, timeout) |
| |
| def | timeout (self) |
| |
| def | timeout (self, timeout) |
| |
| def | GFirmwareDownload (self, file_path) |
| |
| def | GMessage (self) |
| |
| def | GMotionComplete (self, axes) |
| |
| def | GInterrupt (self) |
| |
| def | GSetupDownloadFile (self, file_path, options) |
| |
Represents a single Python connection to a Galil Controller or PLC.
Definition at line 141 of file gclib.py.