Pbtr

SCPI Command :

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

Pbtr 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:PBTR
value: int = driver.configure.connection.scc.laa.fburst.pbtr.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the burst transmission periodicity, for LAA with fixed bursts. The minimum allowed value equals the configured burst length, see method RsCmwLteSig.Configure.Connection.Scc.Laa.Fburst.Blength.set.

param secondaryCompCarrier:

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

return:

periodicity: numeric Range: 1 to 100

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

Specifies the burst transmission periodicity, for LAA with fixed bursts. The minimum allowed value equals the configured burst length, see method RsCmwLteSig.Configure.Connection.Scc.Laa.Fburst.Blength.set.

param periodicity:

numeric Range: 1 to 100

param secondaryCompCarrier:

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