Closedown

This commit is contained in:
boccioli_m
2017-05-12 17:43:52 +02:00
parent 84e0f34a6e
commit a076e25f59
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#TestingList for pshell: configuration properties
#Fri May 12 16:32:59 CEST 2017
#Fri May 12 17:36:14 CEST 2017
customPanel=
showEnabledTestsOnly=true
listFilter=LabTests
@@ -1,6 +1,13 @@
#Test name: test without ioc
#test that does not use any connection to IOC. It is useful to test pure pshell graphical features.
is_panel = get_exec_pars().source != CommandSource.ui
if not is_panel:
# set up params for testing
pass
###### Init - DO NOT MODIFY THE CODE BELOW ######
global sys, inspect, os, traceback
import sys, inspect, os, traceback
@@ -74,7 +81,7 @@ def startTest(testName, DEVICE, params):
#initialise plot tab with 2 plots
scan = ManualScan(['sample'], ['Motor Status (MSTA)', 'Motor Position (VAL)'] )
#set plot name(tab title)
scan.setPlotName(plotName + " Manual Scan")
scan.setPlotTitle(plotName + " Manual Scan")
#start plots. See further below how to add points to the plots
scan.start()