From 9b39bd0e1b6503d9e0000d47213c083ca3f5cad0 Mon Sep 17 00:00:00 2001 From: x10daop Date: Tue, 28 Feb 2017 15:19:43 +0100 Subject: [PATCH] Closedown --- script/local.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/script/local.py b/script/local.py index d083fff..01297ce 100644 --- a/script/local.py +++ b/script/local.py @@ -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")