LsfSymbols

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:LSFSymbols
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default, burstNull=BurstNull.Default) EutraLaalAstSf[source]
# [SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:LSFSymbols
value: enums.EutraLaalAstSf = driver.source.bb.eutra.downlink.laa.cell.burst.lsfSymbols.get(cellNull = repcap.CellNull.Default, burstNull = repcap.BurstNull.Default)

Sets the number of OFDM symbols in the last subframe 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:

last_sf_symb: SY3 | SY6 | SY9 | SY10 | SY11 | SY12 | SY14

set(last_sf_symb: EutraLaalAstSf, cellNull=CellNull.Default, burstNull=BurstNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:LSFSymbols
driver.source.bb.eutra.downlink.laa.cell.burst.lsfSymbols.set(last_sf_symb = enums.EutraLaalAstSf.SY10, cellNull = repcap.CellNull.Default, burstNull = repcap.BurstNull.Default)

Sets the number of OFDM symbols in the last subframe of the LAA burst.

Parameters:
  • last_sf_symb – SY3 | SY6 | SY9 | SY10 | SY11 | SY12 | SY14

  • 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’)