Target

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP:TARGet
class TargetCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Active_Dl_Bwp: int: Selects the target DL BWP. IBWP: initial BWP integer: BWP ID

  • Active_Ul_Bwp: int: Selects the target UL BWP. IBWP: initial BWP integer: BWP ID SADL: same as DL

get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP:TARGet
value: GetStruct = driver.configure.signaling.nradio.cell.bwp.target.get(cell_name = 'abc')

Switches the active BWP.

param cell_name:

No help available

return:

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

set(cell_name: str, active_dl_bwp: int, active_ul_bwp: int = None) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP:TARGet
driver.configure.signaling.nradio.cell.bwp.target.set(cell_name = 'abc', active_dl_bwp = 1, active_ul_bwp = 1)

Switches the active BWP.

param cell_name:

No help available

param active_dl_bwp:

Selects the target DL BWP. IBWP: initial BWP integer: BWP ID

param active_ul_bwp:

Selects the target UL BWP. IBWP: initial BWP integer: BWP ID SADL: same as DL