# File rbSnack/tkSnack.rb, line 685
    def power(options=nil, &op_block) 
      options=SnOp::makeOps(options, &op_block)
      result=Snack::exeTkCmd([@name, 'power'],options)
      result.split.collect!{|x| x.to_f}
    end