Ssubframe

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:SCC<carrier>:SSUBframe
class SsubframeCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:SCC<carrier>:SSUBframe
value: int = driver.configure.cell.scc.ssubframe.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Selects a special subframe configuration, defining the inner structure of special subframes. This parameter is only relevant for TDD signals. The special subframe configurations are defined in 3GPP TS 36.211, chapter 4, ‘Frame Structure’. See also method RsCmwLteSig.Configure.Cell.Tdd.specific.

param secondaryCompCarrier:

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

return:

special_subframe: integer Value 8 and 9 can only be used with normal cyclic prefix. Range: 0 to 9

set(special_subframe: int, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:SCC<carrier>:SSUBframe
driver.configure.cell.scc.ssubframe.set(special_subframe = 1, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Selects a special subframe configuration, defining the inner structure of special subframes. This parameter is only relevant for TDD signals. The special subframe configurations are defined in 3GPP TS 36.211, chapter 4, ‘Frame Structure’. See also method RsCmwLteSig.Configure.Cell.Tdd.specific.

param special_subframe:

integer Value 8 and 9 can only be used with normal cyclic prefix. Range: 0 to 9

param secondaryCompCarrier:

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