diff --git a/Code/Mantid/scripts/SANS/ISISCommandInterface.py b/Code/Mantid/scripts/SANS/ISISCommandInterface.py index f2727018ac44..73a18b00b402 100644 --- a/Code/Mantid/scripts/SANS/ISISCommandInterface.py +++ b/Code/Mantid/scripts/SANS/ISISCommandInterface.py @@ -900,6 +900,12 @@ def LimitsQXY(qmin, qmax, step, type): settings.readLimitValues('L/QXY ' + str(qmin) + ' ' + str(qmax) + ' ' + str(step) + '/' + type, ReductionSingleton()) +def SetEventSlices(input_str): + """ + """ + ReductionSingleton().setSlicesLimits(input_str) + + def PlotResult(workspace, canvas=None): """ Draws a graph of the passed workspace. If the workspace is 2D (has many spectra