Pucch
SCPI Command :
[SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:CONSubframes:PUCCh
- class PucchCls[source]
Pucch commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default) int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:CONSubframes:PUCCh value: int = driver.source.bb.oneweb.uplink.ue.conSubFrames.pucch.get(userEquipment = repcap.UserEquipment.Default)
Sets the number of configurable subframes.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- return
con_sub_frames: No help available
- set(con_sub_frames: int, userEquipment=UserEquipment.Default) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:CONSubframes:PUCCh driver.source.bb.oneweb.uplink.ue.conSubFrames.pucch.set(con_sub_frames = 1, userEquipment = repcap.UserEquipment.Default)
Sets the number of configurable subframes.
- param con_sub_frames
integer Range: 1 to 40
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)