EimtaRnti

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EIMTarnti
class EimtaRntiCls[source]

EimtaRnti 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>:EIMTarnti
value: int = driver.source.bb.eutra.downlink.user.eimtaRnti.get(userIx = repcap.UserIx.Default)

Sets the dedicated eIMTA-RNTI.

param userIx

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

return

eimta_rnti: integer Range: 1 to 65523

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

Sets the dedicated eIMTA-RNTI.

param eimta_rnti

integer Range: 1 to 65523

param userIx

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