gclib 2.4.0
Galil Communications Library
Loading...
Searching...
No Matches
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.

Detailed Description

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.