|
|
__init__(self,
logtarget,
commport)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
logdata(self,
str,
data,
klass=None)
Log some data with option data object/class for the analyser |
source code
|
|
|
|
|
|
|
progress(self,
pos,
max,
desc)
Update the progress meter |
source code
|
|
|
|
raisecommsdnaexception(self,
str)
Raise a comms DeviceNeedsAttention Exception |
source code
|
|
|
|
|
|
|
setmode(self,
desiredmode)
Ensure the phone is in the right mode |
source code
|
|
|
|
|
|
|
readobject(self,
filename,
object_class,
logtitle=None,
uselocalfs=False)
Read the specified filename and bind it to the object class |
source code
|
|
|
|
writeobject(self,
filename,
obj,
logtitle=None,
uselocalfs=False)
Writhe the object into the file |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|