Pei

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:PEI
class PeiCls[source]

Pei commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userNull=UserNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:PEI
value: int = driver.source.bb.nr5G.ubwp.user.rnti.pei.get(userNull = repcap.UserNull.Default)

Sets the PEI-RNTI of the user.

param userNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)

return

peir_nti: No help available

set(peir_nti: int, userNull=UserNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:PEI
driver.source.bb.nr5G.ubwp.user.rnti.pei.set(peir_nti = 1, userNull = repcap.UserNull.Default)

Sets the PEI-RNTI of the user.

param peir_nti

integer For release 17, the MCCH-RNTI has a fix value of 65532. Range: 1 to 65532

param userNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)