Xpusch
SCPI Command :
[SOURce<HW>]:BB:V5G:UL:UE<ST>:CONSubframes:XPUSch
- class XpuschCls[source]
Xpusch commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default) int [source]
# SCPI: [SOURce<HW>]:BB:V5G:UL:UE<ST>:CONSubframes:XPUSch value: int = driver.source.bb.v5G.uplink.ue.conSubFrames.xpusch.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
conf_subframes: integer Range: 1 to 40
- set(conf_subframes: int, userEquipment=UserEquipment.Default) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:UL:UE<ST>:CONSubframes:XPUSch driver.source.bb.v5G.uplink.ue.conSubFrames.xpusch.set(conf_subframes = 1, userEquipment = repcap.UserEquipment.Default)
Sets the number of configurable subframes.
- param conf_subframes
integer Range: 1 to 40
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)