Delay

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:APMap:ROW<BBID>:DELay
class DelayCls[source]

Delay commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(rowNull=RowNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:APMap:ROW<BBID>:DELay
value: int = driver.source.bb.eutra.uplink.apMap.row.delay.get(rowNull = repcap.RowNull.Default)

No command help available

param rowNull

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

return

ul_bb_delay: No help available

set(ul_bb_delay: int, rowNull=RowNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:APMap:ROW<BBID>:DELay
driver.source.bb.eutra.uplink.apMap.row.delay.set(ul_bb_delay = 1, rowNull = repcap.RowNull.Default)

No command help available

param ul_bb_delay

No help available

param rowNull

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