SfConfig

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:SCC<carrier>:SRS:SFConfig
class SfConfigCls[source]

SfConfig 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>:SRS:SFConfig
value: int = driver.configure.cell.scc.srs.sfConfig.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the ‘srs-SubframeConfig’ value. The setting is only used if manual configuration is enabled, see method RsCmwLteSig.Configure.Cell.Pcc.Srs.mcEnable.

param secondaryCompCarrier:

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

return:

subframe: decimal Range: 0 to 15

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

Specifies the ‘srs-SubframeConfig’ value. The setting is only used if manual configuration is enabled, see method RsCmwLteSig.Configure.Cell.Pcc.Srs.mcEnable.

param subframe:

decimal Range: 0 to 15

param secondaryCompCarrier:

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