File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed
Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -5199,21 +5199,21 @@ USBNET.open()
51995199
52005200
52015201
5202- # #### single and dual antenna configuration and query API
5202+ # #### Diversity antenna configuration API
52035203
52045204> ** misc.antennaSecRXOffCtrl(\*args)**
52055205
5206- single and dual antenna configuration and query API(just supported on the 1803s platform)
5206+ Diversity antenna configuration and query API(just supported on the 1803s platform)
52075207
52085208* parameter
52095209
52105210 This API is a variable parameter function ,and the number of parameters is 0 or 1 :
52115211 The number of parameters is 0 (query):misc.antennaSecRXOffCtrl()
52125212 The number of parameters is 1 (set ):misc.antennaSecRXOffCtrl(SecRXOff_set)
52135213
5214- | Parameter | Type | Description |
5214+ | Parameter | Type | Description |
52155215 | -------- | -------- | ---------------------------------------------------- - |
5216- | SecRXOff_set | int | range :0 / 1 , 0 :forceSecRXOffDisable 1 :forceSecRXOffEnable |
5216+ | SecRXOff_set | int | range :0 / 1 , 0 :The diversity antenna is not turned off 1 :Turn off the diversity antenna |
52175217
52185218* Return Value
52195219
Original file line number Diff line number Diff line change @@ -5744,25 +5744,27 @@ USBNET.open()
57445744
57455745
57465746
5747- # #### 单双天线配置接口
5747+ # #### 分集天线配置接口
57485748
57495749> ** misc.antennaSecRXOffCtrl(\*args)**
57505750
5751- 单双天线配置 、查询接口。(仅1803S 平台支持该接口)
5751+ 分集天线配置 、查询接口。(仅1803S 平台支持该接口)
57525752
57535753* 参数
57545754
57555755 该接口为可变参形式:
5756- 参数个数为0 ,表示获取单双天线配置 :misc.antennaSecRXOffCtrl()
5757- 参数个数为1 ,表示设置单双天线 :misc.antennaSecRXOffCtrl(SecRXOff_set)
5756+ 参数个数为0 ,查询 :misc.antennaSecRXOffCtrl()
5757+ 参数个数为1 ,配置 :misc.antennaSecRXOffCtrl(SecRXOff_set)
57585758
57595759 | 参数 | 参数类型 | 参数说明 |
57605760 | ------ | -------- | ---------------------------------------------------- - |
5761- | SecRXOff_set | int | 范围0 / 1 , 0 :forceSecRXOffDisable 1 :forceSecRXOffEnable |
5761+ | SecRXOff_set | int | 范围0 / 1 , 0 :不关闭分集天线 1 :关闭分集天线 |
57625762
57635763* 返回值
57645764
5765- 失败返回整型值- 1 ,成功返回整形0
5765+ 查询:成功返回分集天线配置,失败返回整形值- 1
5766+
5767+ 设置:成功返回整形0 ,失败返回整型值- 1
57665768
57675769* 示例
57685770
You can’t perform that action at this time.
0 commit comments