Stti

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:FCRI:DL:STTI
class SttiCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) List[bool][source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:FCRI:DL:STTI
value: List[bool] = driver.configure.connection.scc.fcri.downlink.stti.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Configures which subframes are scheduled for the DL of the scheduling type ‘Follow WB CQI-RI’. For most subframes, the setting is fixed, depending on the duplex mode and the UL-DL configuration. For these subframes, your setting is ignored.

param secondaryCompCarrier:

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

return:

scheduled: OFF | ON Comma-separated list of 10 values, for subframe 0 to 9

set(scheduled: List[bool], secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:FCRI:DL:STTI
driver.configure.connection.scc.fcri.downlink.stti.set(scheduled = [True, False, True], secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Configures which subframes are scheduled for the DL of the scheduling type ‘Follow WB CQI-RI’. For most subframes, the setting is fixed, depending on the duplex mode and the UL-DL configuration. For these subframes, your setting is ignored.

param scheduled:

OFF | ON Comma-separated list of 10 values, for subframe 0 to 9

param secondaryCompCarrier:

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