##// END OF EJS Templates
Feature added to jroproc_voltage.ProfileSelector(): rangeList replaces to profileRangeList. This parameter will be eliminated in future versions.
Miguel Valdez -
r756:ca0956eb2236
parent child
Show More
@@ -809,6 +809,10 class ProfileSelector(Operation):
809
809
810 """
810 """
811
811
812 if rangeList is not None:
813 if type(rangeList[0]) not in (tuple, list):
814 rangeList = [rangeList]
815
812 dataOut.flagNoData = True
816 dataOut.flagNoData = True
813
817
814 if dataOut.flagDataAsBlock:
818 if dataOut.flagDataAsBlock:
General Comments 0
You need to be logged in to leave comments. Login now