UeId
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:USER<CH>:UEID
- class UeIdCls[source]
UeId commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default) int [source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:USER<CH>:UEID value: int = driver.source.bb.v5G.downlink.user.ueId.get(userIx = repcap.UserIx.Default)
Sets the user equipment ID.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
ue_id: integer Range: 0 to 65535
- set(ue_id: int, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:USER<CH>:UEID driver.source.bb.v5G.downlink.user.ueId.set(ue_id = 1, userIx = repcap.UserIx.Default)
Sets the user equipment ID.
- param ue_id
integer Range: 0 to 65535
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)