Module AIPSTV :: Class AIPSTV
[hide private]
[frames] | no frames]

Class AIPSTV

source code


Instance Methods [hide private]
 
__init__(self, host='localhost')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_send(self, opcode, dat1=0, dat2=0, dat3=0, dat4=0)
Send command to the AIPS TV server.
source code
 
_open(self)
Open connection to the AIPS TV server.
source code
 
_close(self)
Close connection to the AIPS TV server.
source code
 
running(self)
Check if the AIPS TV server is running.
source code
 
exists(self)
Alias for AIPSTV.running().
source code
 
start(self)
Start the AIPS TV server.
source code
 
clear(self)
Init the AIPS TV server.
source code
 
kill(self)
Close down the AIPS TV server.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, host='localhost')
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)