IpSubframe

SCPI Command :

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

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

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

Allows or forbids partial allocation for initial subframes, for LAA with random bursts.

param secondaryCompCarrier:

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

return:

enable: OFF | ON ON: initial partial subframes allowed OFF: only full allocation in initial subframes

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

Allows or forbids partial allocation for initial subframes, for LAA with random bursts.

param enable:

OFF | ON ON: initial partial subframes allowed OFF: only full allocation in initial subframes

param secondaryCompCarrier:

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