uhd_usrp_io.json 2.6 KB
Newer Older
M
manjaro-xfce 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
{
  "uhd_usrp_io": {
    "name": "uhd_usrp_io",
    "parameters": {
      "dev_args": {
        "type": "string",
        "tooltip": "Additional Device Start Args.",
        "default": ""
      },
      "rx_rate": {
        "type": "int",
        "tooltip": "RX rate(MHz)",
        "default": 1.0
      },
      "rx_on": {
        "type": "int",
        "tooltip": "RX is ON",
        "default": "0,0"
      },
      "rx_rf": {
        "type": "double",
        "tooltip": "RX Freq(MHz)",
        "default": "1000.0,1100.0",
        "range": "0-6000"
      },
      "rx_gain": {
        "type": "double",
        "tooltip": "RX Gain(dB)",
        "default": "30.0,30.0",
        "range": "0-100"
      },
      "rx_agc": {
        "type": "int",
        "tooltip": "RX AGC Switch",
        "default": "0,0",
        "range": "0=off,1=on"
      },
      "rx_bw": {
        "type": "double",
        "tooltip": "RX bandwidth(MHz)",
        "default": "1.0,1.0"
      },
      "rx_atn": {
        "type": "string",
        "tooltip": "RX antenna",
        "default": "RX2,RX2",
        "range": "TX/RX,RX2"
      },

      "rx_channels": {
        "type": "int",
        "tooltip": "RX channels",
        "default": "0,1",
        "range": "0,1"
      },
      "tx_on": {
        "type": "int",
        "tooltip": "TX is ON",
        "default": "0"
      },
      "tx_rate": {
        "type": "int",
        "tooltip": "TX rate(MHz)",
        "default": 1.0
      },
      "tx_rf": {
        "type": "double",
        "tooltip": "TX freq(MHz)",
        "default": "2000.0,2000.0"
      },
      "tx_gain": {
        "type": "double",
        "tooltip": "TX Gain(dB)",
        "default": "0.0,0.0",
        "range": "0-100"
      },
      "tx_bw": {
        "type": "double",
        "tooltip": "TX bandwidth(MHz)",
        "default": "1.0,1.0"
      },
      "tx_atn": {
        "type": "string",
        "tooltip": "TX antenna",
        "default": "TX/RX,TX/RX"
      },

      "tx_channels": {
        "type": "int",
        "tooltip": "TX channels",
        "default": "0,1"
      }
    },
    "input_subjects": {
      "tx_time": {
        "type": "uint64+double",
	"tooltip": "tx_time"
      },
      "wav_tx0": {
        "type": "short[2]",
        "tooltip": "TX0IQ"
      },
      "wav_tx1": {
        "type": "short[2]",
        "tooltip": "TX1IQ"
      }
    },
    "output_subjects": {
      "rx_time": {
        "type": "uint64+double",
	"tooltip": "rx_time"
      },
      "wav_rx0": {
        "type": "short[2]",
        "tooltip": "RX0IQ"
      },
      "wav_rx1": {
        "type": "short[2]",
        "tooltip": "RX1IQ"
      }
    }
  }
}