Delay

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:APMap:ROW<BBID>:DELay
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(rowNull=RowNull.Default) int[source]
# [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 help available

Parameters:

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

set(ul_bb_delay: int, rowNull=RowNull.Default) None[source]
# [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 help available

Parameters:

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