Tdelay

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:TDELay
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) int[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:TDELay
value: int = driver.source.bb.tdscdma.down.cell.tdelay.get(cell = repcap.Cell.Default)

Sets the time shift of the selected cell compared to cell 1; the time delay of cell 1 is 0.

Parameters:

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

Returns:

tdelay: integer Range: 0 to 19200, Unit: chip

set(tdelay: int, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:TDELay
driver.source.bb.tdscdma.down.cell.tdelay.set(tdelay = 1, cell = repcap.Cell.Default)

Sets the time shift of the selected cell compared to cell 1; the time delay of cell 1 is 0.

Parameters:
  • tdelay – integer Range: 0 to 19200, Unit: chip

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