Xpucch

SCPI Command :

[SOURce<HW>]:BB:V5G:UL:UE<ST>:CONSubframes:XPUCch
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) int[source]
# [SOURce<HW>]:BB:V5G:UL:UE<ST>:CONSubframes:XPUCch
value: int = driver.source.bb.v5G.uplink.ue.conSubFrames.xpucch.get(userEquipment = repcap.UserEquipment.Default)

Sets the number of configurable subframes.

Parameters:

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

set(conf_subf: int, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:V5G:UL:UE<ST>:CONSubframes:XPUCch
driver.source.bb.v5G.uplink.ue.conSubFrames.xpucch.set(conf_subf = 1, userEquipment = repcap.UserEquipment.Default)

Sets the number of configurable subframes.

Parameters:
  • conf_subf – integer Range: 1 to 40

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