OslSubframe

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:LAA:FBURst:OSLSubframe
class OslSubframeCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) OccOfdmSymbols[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:LAA:FBURst:OSLSubframe
value: enums.OccOfdmSymbols = driver.configure.connection.scc.laa.fburst.oslSubframe.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the number of allocated OFDM symbols for ending subframes, for LAA with fixed bursts. At least one subframe of each burst must have full allocation. This rule restricts the allowed values for the burst lengths 1 and 2.

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

occ_ofdm_symbols: SYM6 | SYM9 | SYM10 | SYM11 | SYM12 | SYM14 6 to 12 OFDM symbols (partial allocation) 14 OFDM symbols (full allocation)

set(occ_ofdm_symbols: OccOfdmSymbols, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:LAA:FBURst:OSLSubframe
driver.configure.connection.scc.laa.fburst.oslSubframe.set(occ_ofdm_symbols = enums.OccOfdmSymbols.SYM0, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the number of allocated OFDM symbols for ending subframes, for LAA with fixed bursts. At least one subframe of each burst must have full allocation. This rule restricts the allowed values for the burst lengths 1 and 2.

param occ_ofdm_symbols:

SYM6 | SYM9 | SYM10 | SYM11 | SYM12 | SYM14 6 to 12 OFDM symbols (partial allocation) 14 OFDM symbols (full allocation)

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)