SpfSubframe

SCPI Command :

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

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

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

Selects the first allocated OFDM symbol for initial subframes, for LAA with fixed bursts.

param secondaryCompCarrier:

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

return:

starting_pos: OFDM0 | OFDM7 OFDM0: symbol 0 (full allocation) OFDM7: symbol 7 (partial allocation, needs burst length 1)

set(starting_pos: StartingPosition, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:LAA:FBURst:SPFSubframe
driver.configure.connection.scc.laa.fburst.spfSubframe.set(starting_pos = enums.StartingPosition.OFDM0, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Selects the first allocated OFDM symbol for initial subframes, for LAA with fixed bursts.

param starting_pos:

OFDM0 | OFDM7 OFDM0: symbol 0 (full allocation) OFDM7: symbol 7 (partial allocation, needs burst length 1)

param secondaryCompCarrier:

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