UeId

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:UEID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) int[source]
# [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.

Parameters:

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

Returns:

ue_id: integer Range: 0 to 65535

set(ue_id: int, cell=Cell.Default) None[source]
# [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.

Parameters:
  • ue_id – integer Range: 0 to 65535

  • cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)