gclib 2.1.20
Galil Communications Library
All Classes Files Functions Variables Typedefs Macros Modules Pages
Python

Topics

 Connection
 Discover available controllers and open connections
 
 Controller
 Manage a Galil controller
 
 Galil Connect
 Host or connect to a remote gcaps instance
 

Classes

class  gclib.GclibError
 Error class for non-zero gclib return codes. More...
 

Functions

 gclib.py.GSleep (self, val)
 Provides a blocking sleep call which can be useful for timing-based chores.
 
 gclib.py.GVersion (self)
 Provides the gclib version number.
 

Function Documentation

◆ GSleep()

gclib.py.GSleep ( self,
val )

Provides a blocking sleep call which can be useful for timing-based chores.

Definition at line 206 of file gclib.py.

◆ GVersion()

gclib.py.GVersion ( self)

Provides the gclib version number.

Please include the output of this function on all support cases.

Definition at line 214 of file gclib.py.