LsConfig

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:LAA:RBURst:LSConfig
class LsConfigCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) List[bool][source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:LAA:RBURst:LSConfig
value: List[bool] = driver.configure.connection.scc.laa.rburst.lsConfig.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the possible number of allocated OFDM symbols in ending subframes for LAA with random bursts. At least one value must be allowed (ON) .

param secondaryCompCarrier:

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

return:

config: OFF | ON Comma-separated list of 6 values Allowing (6, 9, 10, 11, 12, 14) symbols

set(config: List[bool], secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:LAA:RBURst:LSConfig
driver.configure.connection.scc.laa.rburst.lsConfig.set(config = [True, False, True], secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the possible number of allocated OFDM symbols in ending subframes for LAA with random bursts. At least one value must be allowed (ON) .

param config:

OFF | ON Comma-separated list of 6 values Allowing (6, 9, 10, 11, 12, 14) symbols

param secondaryCompCarrier:

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