Subframe

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<carrier>:TM<nr>:CSIRs:SUBFrame
class SubframeCls[source]

Subframe 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>:TM<nr>:CSIRs:SUBFrame
value: int = driver.configure.connection.scc.tm.csirs.subframe.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Selects the CSI-RS subframe configuration.

param secondaryCompCarrier:

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

return:

config: numeric Range: 0 to 154

set(config: int, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<carrier>:TM<nr>:CSIRs:SUBFrame
driver.configure.connection.scc.tm.csirs.subframe.set(config = 1, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Selects the CSI-RS subframe configuration.

param config:

numeric Range: 0 to 154

param secondaryCompCarrier:

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