Startup
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ energy.setBlockingWrite(True)
|
||||
import ch.psi.pshell.data.LayoutTable
|
||||
class DataLayout( ch.psi.pshell.data.LayoutTable):
|
||||
def getLogFileName(self):
|
||||
return time.strftime('%Y%m%d_%H%M') + '_' + get_context().script + '_logs'
|
||||
return time.strftime('%Y%m%d_%H%M') + '_' + get_context().name + '_logs'
|
||||
|
||||
def getDatasetName(self, scan):
|
||||
print get_context().count
|
||||
|
||||
Reference in New Issue
Block a user