Blength

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:FBURst:BLENgth
class BlengthCls[source]

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

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

Configures the length of fixed bursts (number of subframes) .

param cell_name:

No help available

return:

burst_length: No help available

set(cell_name: str, burst_length: int) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:FBURst:BLENgth
driver.configure.signaling.lte.cell.ueScheduling.laa.fburst.blength.set(cell_name = 'abc', burst_length = 1)

Configures the length of fixed bursts (number of subframes) .

param cell_name:

No help available

param burst_length:

No help available