From 82bebc6a5fd434324353790406fe873d88cf42a3 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Thu, 25 Sep 2008 10:58:57 +1000 Subject: [PATCH] The ::chopper::get_frequency comment was misleading. r2709 | ffr | 2008-09-25 10:58:57 +1000 (Thu, 25 Sep 2008) | 2 lines --- site_ansto/instrument/reflectometer/config/chopper/chopper.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/instrument/reflectometer/config/chopper/chopper.tcl b/site_ansto/instrument/reflectometer/config/chopper/chopper.tcl index 9e531094..3aaabf5f 100644 --- a/site_ansto/instrument/reflectometer/config/chopper/chopper.tcl +++ b/site_ansto/instrument/reflectometer/config/chopper/chopper.tcl @@ -52,7 +52,7 @@ if {$sim_mode == "true"} { ## # @brief Return the last known chopper frequency. To get the current frequency you -# must issue a 'chopperController update' command first. +# must issue a 'chopperController status' or ::chopper::ready? command first. proc ::chopper::get_frequency {} { set msg [split [SplitReply [chopperController frequency]] : ] if {[lindex $msg 0] == "FAILED"} {