Cqi

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:RMC:CQI
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) int[source]
# [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:RMC:CQI
value: int = driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.rmc.cqi.get(userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)

Selects the CQI index available for certain RMCs. Prerequisites for this command

  • Select an RMC that supports the CQI index (method RsSmbv.source.bb.nr5G.ubwp.user.cell.downlink.bwp.rmc.id.set() ) .

Parameters:
  • userNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)

  • cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

  • bwPartNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Bwp’)

set(rmc_cqi: int, userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) None[source]
# [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:RMC:CQI
driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.rmc.cqi.set(rmc_cqi = 1, userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)

Selects the CQI index available for certain RMCs. Prerequisites for this command

  • Select an RMC that supports the CQI index (method RsSmbv.source.bb.nr5G.ubwp.user.cell.downlink.bwp.rmc.id.set() ) .

Parameters:
  • rmc_cqi – integer Range: 1 to 15

  • userNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)

  • cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

  • bwPartNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Bwp’)