Npucch

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:NPUCch
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>:NPUCch
value: int = driver.source.bb.eutra.uplink.ue.emtc.trans.npucch.get(userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)

Sets the PUCCH resource index.

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:

npucch_ap_100: integer Range: 0 to 65535

set(npucch_ap_100: int, userEquipment=UserEquipment.Default, transmission=Transmission.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:NPUCch
driver.source.bb.eutra.uplink.ue.emtc.trans.npucch.set(npucch_ap_100 = 1, userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)

Sets the PUCCH resource index.

Parameters:
  • npucch_ap_100 – integer Range: 0 to 65535

  • 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’)