Merge branch 'RELEASE-3_1' into temp

Conflicts:
	sics/site_ansto/instrument/config/environment/temperature/julabo_lh45.sct
	sics/site_ansto/instrument/util/config_edit.py
	sics/site_ansto/instrument/util/gen_sct.py
This commit is contained in:
Douglas Clowes
2014-07-16 12:56:40 +10:00
81 changed files with 6424 additions and 2317 deletions

View File

@@ -236,6 +236,8 @@ class GalilMotor(object):
self.accel = max(1, abs(int(arg)))
elif cmd == "DC":
self.decel = max(1, abs(int(arg)))
elif cmd == "DP":
self.currentSteps = int(arg)
else:
print "Unknown assignment", cmd, arg