Blength
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:RBURst:BLENgth
- class BlengthCls[source]
Blength commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) List[int][source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:RBURst:BLENgth value: List[int] = driver.configure.signaling.lte.cell.ueScheduling.laa.rburst.blength.get(cell_name = 'abc')
Selects allowed values for the number of subframes in a random burst.
- param cell_name:
No help available
- return:
burst_length: Comma-separated list of all allowed values
- set(cell_name: str, burst_length: List[int]) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:RBURst:BLENgth driver.configure.signaling.lte.cell.ueScheduling.laa.rburst.blength.set(cell_name = 'abc', burst_length = [1, 2, 3])
Selects allowed values for the number of subframes in a random burst.
- param cell_name:
No help available
- param burst_length:
Comma-separated list of all allowed values