NumBursts

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:NUMBursts
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:NUMBursts
value: int = driver.source.bb.eutra.downlink.laa.cell.numBursts.get(cellNull = repcap.CellNull.Default)

Set the number of LAA bursts.

Parameters:

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

Returns:

number_of_bursts: integer Range: 0 to 10

set(number_of_bursts: int, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:NUMBursts
driver.source.bb.eutra.downlink.laa.cell.numBursts.set(number_of_bursts = 1, cellNull = repcap.CellNull.Default)

Set the number of LAA bursts.

Parameters:
  • number_of_bursts – integer Range: 0 to 10

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