Closedown

This commit is contained in:
x10daop
2017-02-28 15:19:43 +01:00
parent 062bee1fc8
commit 9b39bd0e1b
+7 -2
View File
@@ -17,8 +17,13 @@ crystal.setTrustedMonitor(True)
def setup_brag_plot(auto=True):
"""
Defines plot range so that bragg motor using external encoder will be plotted
"""Defines plot range so that bragg motor using external encoder will be plotted
Args:
auto(bool): if True range is automatic. Else, it is calculated based on current offset.
Returns:
None
"""
if auto:
setup_plotting(range = "auto")