IsaBurst

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:FBURst:ISABurst
class IsaBurstCls[source]

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

get(cell_name: str) InitialSfAlloc[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:FBURst:ISABurst
value: enums.InitialSfAlloc = driver.configure.signaling.lte.cell.ueScheduling.laa.fburst.isaBurst.get(cell_name = 'abc')

Selects the first allocated symbol for the first subframe of a fixed burst.

param cell_name:

No help available

return:

initial_sf_alloc: Symbol 0 (full allocation of subframe) or symbol 7 (second slot of subframe)

set(cell_name: str, initial_sf_alloc: InitialSfAlloc) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:FBURst:ISABurst
driver.configure.signaling.lte.cell.ueScheduling.laa.fburst.isaBurst.set(cell_name = 'abc', initial_sf_alloc = enums.InitialSfAlloc.S0)

Selects the first allocated symbol for the first subframe of a fixed burst.

param cell_name:

No help available

param initial_sf_alloc:

Symbol 0 (full allocation of subframe) or symbol 7 (second slot of subframe)