Tdelay

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:TDELay
class TdelayCls[source]

Tdelay 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>: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.

param cell

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

return

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

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

param tdelay

integer Range: 0 to 19200, Unit: chip

param cell

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