Duration

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:DURation
class DurationCls[source]

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

get(cellNull=CellNull.Default, burstNull=BurstNull.Default) int[source]
# SCPI: [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.

param cellNull

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

param burstNull

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

return

duration: integer Range: 1 to 10

set(duration: int, cellNull=CellNull.Default, burstNull=BurstNull.Default) None[source]
# SCPI: [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.

param duration

integer Range: 1 to 10

param cellNull

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

param burstNull

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