Tdelay
SCPI Command :
[SOURce<HW>]:BB:V5G:UL:CA:CELL<CH0>:TDELay
- class TdelayCls[source]
Tdelay commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:V5G:UL:CA:CELL<CH0>:TDELay value: int = driver.source.bb.v5G.uplink.ca.cell.tdelay.get(cellNull = repcap.CellNull.Default)
No command help available
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
time_delay: No help available
- set(time_delay: int, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:UL:CA:CELL<CH0>:TDELay driver.source.bb.v5G.uplink.ca.cell.tdelay.set(time_delay = 1, cellNull = repcap.CellNull.Default)
No command help available
- param time_delay
No help available
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)