UeId
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:UEID
- class UeIdCls[source]
UeId commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default) int [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:UEID value: int = driver.source.bb.tdscdma.down.cell.enh.dch.hsdpa.ueId.get(cell = repcap.Cell.Default)
Sets the UE identity.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- return
ue_id: integer Range: 0 to 65535
- set(ue_id: int, cell=Cell.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:UEID driver.source.bb.tdscdma.down.cell.enh.dch.hsdpa.ueId.set(ue_id = 1, cell = repcap.Cell.Default)
Sets the UE identity.
- param ue_id
integer Range: 0 to 65535
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)