Revision f1c41f80 gnuradio-examples/python/usrp/usrp_siggen.py
| b/gnuradio-examples/python/usrp/usrp_siggen.py | ||
|---|---|---|
| 101 | 101 |
""" |
| 102 | 102 |
r = self.u.tune(self.subdev._which, self.subdev, target_freq) |
| 103 | 103 |
if r: |
| 104 |
print "r.baseband_freq =", eng_notation.num_to_str(r.baseband_freq) |
|
| 105 |
print "r.dxc_freq =", eng_notation.num_to_str(r.dxc_freq) |
|
| 106 |
print "r.residual_freq =", eng_notation.num_to_str(r.residual_freq) |
|
| 107 |
print "r.inverted =", r.inverted |
|
| 104 |
#print "r.baseband_freq =", eng_notation.num_to_str(r.baseband_freq)
|
|
| 105 |
#print "r.dxc_freq =", eng_notation.num_to_str(r.dxc_freq)
|
|
| 106 |
#print "r.residual_freq =", eng_notation.num_to_str(r.residual_freq)
|
|
| 107 |
#print "r.inverted =", r.inverted
|
|
| 108 | 108 |
return True |
| 109 | 109 |
|
| 110 | 110 |
return False |
Also available in: Unified diff