Blength

SCPI Command :

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

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

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

Specifies the number of subframes per burst, for LAA with fixed bursts.

param secondaryCompCarrier:

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

return:

burst_length: numeric Range: 1 to 10

set(burst_length: int, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:LAA:FBURst:BLENgth
driver.configure.connection.scc.laa.fburst.blength.set(burst_length = 1, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the number of subframes per burst, for LAA with fixed bursts.

param burst_length:

numeric Range: 1 to 10

param secondaryCompCarrier:

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