Crnti

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SPS:CRNTi
class CrntiCls[source]

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

get(userIx=UserIx.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SPS:CRNTi
value: int = driver.source.bb.eutra.downlink.user.sps.crnti.get(userIx = repcap.UserIx.Default)

Sets the SPS C-RNTI parameter.

param userIx

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

return

user_sps_crnti: integer Range: 1 to 65523

set(user_sps_crnti: int, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SPS:CRNTi
driver.source.bb.eutra.downlink.user.sps.crnti.set(user_sps_crnti = 1, userIx = repcap.UserIx.Default)

Sets the SPS C-RNTI parameter.

param user_sps_crnti

integer Range: 1 to 65523

param userIx

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