Tdelay

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:TDELay
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:TDELay
value: int = driver.source.bb.eutra.uplink.ca.cell.tdelay.get(cellNull = repcap.CellNull.Default)

Sets the time delay of the SCell relative to the PCell.

Parameters:

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

Returns:

time_delay: integer Range: 0 to 7E5

set(time_delay: int, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:TDELay
driver.source.bb.eutra.uplink.ca.cell.tdelay.set(time_delay = 1, cellNull = repcap.CellNull.Default)

Sets the time delay of the SCell relative to the PCell.

Parameters:
  • time_delay – integer Range: 0 to 7E5

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