Blength

SCPI Command :

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

Blength 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:BLENgth
value: List[bool] = driver.configure.connection.scc.laa.rburst.blength.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the possible burst lengths 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:

burst_length: OFF | ON Comma-separated list of 10 values Allowing lengths of (1, 2, 3, 4, 5, 6, 7, 8, 9, 10) subframes

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

Specifies the possible burst lengths for LAA with random bursts. At least one value must be allowed (ON) .

param burst_length:

OFF | ON Comma-separated list of 10 values Allowing lengths of (1, 2, 3, 4, 5, 6, 7, 8, 9, 10) subframes

param secondaryCompCarrier:

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