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