configbackup, configrestore
This commit is contained in:
12
ilt1000.py
12
ilt1000.py
@@ -59,14 +59,10 @@ class CommandError(Error):
|
|||||||
# set5vbias
|
# set5vbias
|
||||||
|
|
||||||
# setwireless
|
# setwireless
|
||||||
|
# setwflisten
|
||||||
# configbackup
|
|
||||||
# configrestore
|
|
||||||
|
|
||||||
# setmodelname
|
# setmodelname
|
||||||
|
|
||||||
# setwflisten
|
|
||||||
|
|
||||||
|
|
||||||
class ILT1000(object):
|
class ILT1000(object):
|
||||||
|
|
||||||
@@ -382,6 +378,12 @@ class ILT1000(object):
|
|||||||
def GetIntegrate(self):
|
def GetIntegrate(self):
|
||||||
return float(self._SendCommand('getintegrate'))
|
return float(self._SendCommand('getintegrate'))
|
||||||
|
|
||||||
|
def BackupConfig(self):
|
||||||
|
self._SendCommandOrDie('configbackup')
|
||||||
|
|
||||||
|
def RestoreConfig(self):
|
||||||
|
self._SendCommandOrDie('configrestore')
|
||||||
|
|
||||||
|
|
||||||
class _Row(object):
|
class _Row(object):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user