Bits

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:PUCCh:CQI:BITS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, transmission=Transmission.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:PUCCh:CQI:BITS
value: int = driver.source.bb.eutra.uplink.ue.emtc.trans.pucch.cqi.bits.get(userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)

Sets the number of CQI bits before channel coding.

Parameters:
  • userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

  • transmission – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trans’)

Returns:

num_cqi_bits: integer Range: 0 to 1024

set(num_cqi_bits: int, userEquipment=UserEquipment.Default, transmission=Transmission.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:PUCCh:CQI:BITS
driver.source.bb.eutra.uplink.ue.emtc.trans.pucch.cqi.bits.set(num_cqi_bits = 1, userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)

Sets the number of CQI bits before channel coding.

Parameters:
  • num_cqi_bits – integer Range: 0 to 1024

  • userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

  • transmission – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trans’)