Delay
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:APMap:ROW<BBID>:DELay
- Commands in total: 1Subgroups: 0Direct 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)
In advanced configuration with coupled sources, delays the signal of the selected cell. This result in signal delay between the generated baseband signals.
- Parameters:
rowNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)
- Returns:
ul_bb_delay: integer Range: 0 to 70000, Unit: ns
- 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)
In advanced configuration with coupled sources, delays the signal of the selected cell. This result in signal delay between the generated baseband signals.
- Parameters:
ul_bb_delay – integer Range: 0 to 70000, Unit: ns
rowNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)