OslSubframe
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:FBURst:OSLSubframe
- class OslSubframeCls[source]
OslSubframe commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) OfdmSymbols[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:FBURst:OSLSubframe value: enums.OfdmSymbols = driver.configure.signaling.lte.cell.ueScheduling.laa.fburst.oslSubframe.get(cell_name = 'abc')
Selects the number of allocated OFDM symbols at the beginning of the last subframe of a fixed burst.
- param cell_name:
No help available
- return:
ofdm_symbols: No help available
- set(cell_name: str, ofdm_symbols: OfdmSymbols) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:FBURst:OSLSubframe driver.configure.signaling.lte.cell.ueScheduling.laa.fburst.oslSubframe.set(cell_name = 'abc', ofdm_symbols = enums.OfdmSymbols.ALL)
Selects the number of allocated OFDM symbols at the beginning of the last subframe of a fixed burst.
- param cell_name:
No help available
- param ofdm_symbols:
No help available