new and improved simple/dual usrp blocks and wrapper classes
[debian/gnuradio] / grc / data / platforms / python / blocks / usrp2_sink_xxxx.xml
index 352fe4ce0cfc549c1b193da4f820feea8d1674b3..fe00908e02106d44cfe1956bf022434028249815 100644 (file)
@@ -17,14 +17,7 @@ usrp2.sink_$(type.fcn)($interface, $mac_addr)
 #end if
 self.$(id).set_interp($interpolation)
 self.$(id).set_center_freq($frequency)
-self.$(id).set_gain($gain)
-#if $auto_tr.eval
-self.$(id).set_auto_tr($auto_tr)
-#end if
-#if $tx_enb.eval
-self.$(id).set_enable($tx_enb)
-#end if
-</make>
+self.$(id).set_gain($gain)</make>
        <callback>set_interp($interpolation)</callback>
        <callback>set_center_freq($frequency)</callback>
        <callback>set_gain($gain)</callback>
@@ -70,50 +63,6 @@ self.$(id).set_enable($tx_enb)
                <key>gain</key>
                <type>real</type>
        </param>
-       <param>
-               <name>Auto T/R</name>
-               <key>auto_tr</key>
-               <value></value>
-               <type>enum</type>
-               <hide>$auto_tr.hide</hide>
-               <option>
-                       <name>Ignore</name>
-                       <key></key>
-                       <opt>hide:part</opt>
-               </option>
-               <option>
-                       <name>Enable</name>
-                       <key>True</key>
-                       <opt>hide:none</opt>
-               </option>
-               <option>
-                       <name>Disable</name>
-                       <key>False</key>
-                       <opt>hide:none</opt>
-               </option>
-       </param>
-       <param>
-               <name>TX Enable</name>
-               <key>tx_enb</key>
-               <value></value>
-               <type>enum</type>
-               <hide>$tx_enb.hide</hide>
-               <option>
-                       <name>Ignore</name>
-                       <key></key>
-                       <opt>hide:part</opt>
-               </option>
-               <option>
-                       <name>Enable</name>
-                       <key>True</key>
-                       <opt>hide:none</opt>
-               </option>
-               <option>
-                       <name>Disable</name>
-                       <key>False</key>
-                       <opt>hide:none</opt>
-               </option>
-       </param>
        <sink>
                <name>in</name>
                <type>$type</type>
@@ -124,14 +73,5 @@ The USRP2 sink inputs 100 Megasamples per second / interpolation.
 To use the default ethernet device, leave interface blank. \
 For systems with only 1 USRP2, you may leave the mac address blank. \
 For multi-USRP2 systems, specify the mac address in the form 00:50:C2:85:3x:xx.
-
---- Flex RF specific ---
-The "Auto TR" and "TX Enable" settings are flex rf specific and should be left at "Ignore" unless this is a flex rf board.
-
-If enabled, "Auto Transmit/Receive Switching" handles the preference for transmit packets vs receive packets. \
-By default, "Auto TR" is disabled.
-
-The "Transmit Enable" configures the transmitter to be on or off. \
-Do not leave this unconfigured.
        </doc>
 </block>