Npssim

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:NPSSim
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) bool[source]
# [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.

Parameters:

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

Returns:

npusch_all_symb: 1 | ON | 0| OFF

set(npusch_all_symb: bool, userEquipment=UserEquipment.Default) None[source]
# [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.

Parameters:
  • npusch_all_symb – 1 | ON | 0| OFF

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