N1Pdsch
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDISc:N1PDsch
- class N1PdschCls[source]
N1Pdsch commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDISc:N1PDsch value: int = driver.source.bb.eutra.uplink.ue.sl.rdisc.n1Pdsch.get(userEquipment = repcap.UserEquipment.Default)
Sets the PDSCH resource index.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- return
n_1_pdsch: integer Range: 1 to 200
- set(n_1_pdsch: int, userEquipment=UserEquipment.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDISc:N1PDsch driver.source.bb.eutra.uplink.ue.sl.rdisc.n1Pdsch.set(n_1_pdsch = 1, userEquipment = repcap.UserEquipment.Default)
Sets the PDSCH resource index.
- param n_1_pdsch
integer Range: 1 to 200
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)