Startup
This commit is contained in:
@@ -35,6 +35,34 @@ class TestingTool:
|
||||
return None
|
||||
|
||||
|
||||
def getName(self):
|
||||
"""
|
||||
get test name
|
||||
"""
|
||||
return self.testName
|
||||
|
||||
|
||||
def getPlotName(self):
|
||||
"""
|
||||
get test plot name
|
||||
"""
|
||||
return self.deviceName + ' - ' + self.testName
|
||||
|
||||
|
||||
def getDeviceName(self):
|
||||
"""
|
||||
get device name
|
||||
"""
|
||||
return self.deviceName
|
||||
|
||||
|
||||
def getPath(self):
|
||||
"""
|
||||
get test path
|
||||
"""
|
||||
return self.testPath
|
||||
|
||||
|
||||
def log(self, text):
|
||||
"""
|
||||
Print/log information
|
||||
|
||||
Reference in New Issue
Block a user