Tbursts

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:TBURsts
class TburstsCls[source]

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

get(cell_name: str) BurstType[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:TBURsts
value: enums.BurstType = driver.configure.signaling.lte.cell.ueScheduling.laa.tbursts.get(cell_name = 'abc')

Selects the burst type for LAA.

param cell_name:

No help available

return:

burst_type: Fixed bursts or random bursts

set(cell_name: str, burst_type: BurstType) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:TBURsts
driver.configure.signaling.lte.cell.ueScheduling.laa.tbursts.set(cell_name = 'abc', burst_type = enums.BurstType.FBURst)

Selects the burst type for LAA.

param cell_name:

No help available

param burst_type:

Fixed bursts or random bursts