Changeset 362

Show
Ignore:
Timestamp:
07/23/09 10:26:54 (15 years ago)
Author:
sriram
Message:

correcting syntax errors

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/sriram/power_check.py

    r350 r362  
    156156          tb.rxpath.min_freq = hop_freq - 80e3  
    157157          tb.rxpath.max_freq = hop_freq + 80e3  
    158           tb.rxpath.get_avg_power(10) 
     158          tb.rxpath.get_spec_stats(1e13,1) 
     159          time.sleep(0.4) 
    159160 
    160161