N2Pdsch
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDISc:N2PDsch
- class N2PdschCls[source]
N2Pdsch 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:N2PDsch value: int = driver.source.bb.eutra.uplink.ue.sl.rdisc.n2Pdsch.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_2_pdsch: integer Range: 1 to 10
- set(n_2_pdsch: int, userEquipment=UserEquipment.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDISc:N2PDsch driver.source.bb.eutra.uplink.ue.sl.rdisc.n2Pdsch.set(n_2_pdsch = 1, userEquipment = repcap.UserEquipment.Default)
Sets the PDSCH resource index.
- param n_2_pdsch
integer Range: 1 to 10
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)