UeId
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:USER<CH>:UEID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) int[source]
# [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.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
ue_id: integer Range: 0 to 65535
- set(ue_id: int, userIx=UserIx.Default) None[source]
# [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.
- Parameters:
ue_id – integer Range: 0 to 65535
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)