Branch

SCPI Command :

FETCh:SIGNaling:NRADio:CELL:VCCalib:BRANch
class BranchCls[source]

Branch commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Branch_1: float: Power at RX1 minus power at RX0 while transmitting at TX1.

  • Branch_2: float: Power at RX0 minus power at RX1 while transmitting at TX0.

fetch(cell_name: str) FetchStruct[source]
# SCPI: FETCh:SIGNaling:NRADio:CELL:VCCalib:BRANch
value: FetchStruct = driver.signaling.nradio.cell.vcCalib.branch.fetch(cell_name = 'abc')

Queries the isolation per branch.

param cell_name:

No help available

return:

structure: for return value, see the help for FetchStruct structure arguments.