Npssim
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:NPSSim
- class NpssimCls[source]
Npssim commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:NPSSim value: bool = driver.source.bb.eutra.uplink.ue.niot.npssim.get(userEquipment = repcap.UserEquipment.Default)
Enables simultaneous transmission of NPUSCH and SRS.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- return
npusch_all_symb: 1| ON| 0| OFF
- set(npusch_all_symb: bool, userEquipment=UserEquipment.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:NPSSim driver.source.bb.eutra.uplink.ue.niot.npssim.set(npusch_all_symb = False, userEquipment = repcap.UserEquipment.Default)
Enables simultaneous transmission of NPUSCH and SRS.
- param npusch_all_symb
1| ON| 0| OFF
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)