N1Pdsch

SCPI Command :

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

Parameters:

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

Returns:

n_1_pdsch: integer Range: 1 to 200

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

Parameters:
  • n_1_pdsch – integer Range: 1 to 200

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