The ::chopper::get_frequency comment was misleading.
r2709 | ffr | 2008-09-25 10:58:57 +1000 (Thu, 25 Sep 2008) | 2 lines
This commit is contained in:

committed by
Douglas Clowes

parent
815eeefc1c
commit
82bebc6a5f
@ -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"} {
|
||||
|
Reference in New Issue
Block a user