Public Member Functions | |
def | __init__ |
See below for what options should hold. | |
def | set_tx_amplitude |
Sets the transmit amplitude sent to the USRP. | |
def | send_pkt |
Calls the transmitter method to send a packet. | |
def | bitrate |
def | samples_per_symbol |
def | add_options |
Adds transmitter-specific options to the Options Parser. | |
Public Attributes | |
packet_transmitter | |
amp | |
Static Public Attributes | |
tuple | add_options = staticmethod(add_options) |
def transmit_path_lb::transmit_path::__init__ | ( | self, | ||
modulator_class, | ||||
options | ||||
) |
See below for what options should hold.
def transmit_path_lb::transmit_path::add_options | ( | normal, | ||
expert | ||||
) |
Adds transmitter-specific options to the Options Parser.
def transmit_path_lb::transmit_path::bitrate | ( | self | ) |
def transmit_path_lb::transmit_path::samples_per_symbol | ( | self | ) |
def transmit_path_lb::transmit_path::send_pkt | ( | self, | ||
payload = '' , |
||||
eof = False | ||||
) |
Calls the transmitter method to send a packet.
def transmit_path_lb::transmit_path::set_tx_amplitude | ( | self, | ||
ampl | ||||
) |
Sets the transmit amplitude sent to the USRP.
ampl 0 <= ampl < 32768. Try 8000 |
tuple transmit_path_lb::transmit_path::add_options = staticmethod(add_options) [static] |