Duration
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:DURation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default, burstNull=BurstNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:DURation value: int = driver.source.bb.eutra.downlink.laa.cell.burst.duration.get(cellNull = repcap.CellNull.Default, burstNull = repcap.BurstNull.Default)
Sets the duration of the LAA burst.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
burstNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Burst’)
- Returns:
duration: integer Range: 1 to 10
- set(duration: int, cellNull=CellNull.Default, burstNull=BurstNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:DURation driver.source.bb.eutra.downlink.laa.cell.burst.duration.set(duration = 1, cellNull = repcap.CellNull.Default, burstNull = repcap.BurstNull.Default)
Sets the duration of the LAA burst.
- Parameters:
duration – integer Range: 1 to 10
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
burstNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Burst’)