Closedown
This commit is contained in:
+7
-2
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user