Fstructure

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:SCC<Carrier>:FSTRucture
class FstructureCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) FrameStructure[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:SCC<Carrier>:FSTRucture
value: enums.FrameStructure = driver.configure.scc.fstructure.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

The frame structure is only configurable for the TDD user-defined band. In any other case, only the query is relevant.

param secondaryCompCarrier:

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

return:

structure: T1 | T2 | T3 T1: Type 1 - FDD T2: Type 2 - TDD normal operation T3: Type 3 - LAA operation mode

set(structure: FrameStructure, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:SCC<Carrier>:FSTRucture
driver.configure.scc.fstructure.set(structure = enums.FrameStructure.T1, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

The frame structure is only configurable for the TDD user-defined band. In any other case, only the query is relevant.

param structure:

T1 | T2 | T3 T1: Type 1 - FDD T2: Type 2 - TDD normal operation T3: Type 3 - LAA operation mode

param secondaryCompCarrier:

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