Rindex

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:DL:SCC<Carrier>:PDSCh:RINDex
class RindexCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:DL:SCC<Carrier>:PDSCh:RINDex
value: int = driver.configure.downlink.scc.pdsch.rindex.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Defines the power ratio index PB. The index is required for calculation of the power level of a PDSCH resource element.

param secondaryCompCarrier:

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

return:

ratio_index: numeric Range: 0 to 3

set(ratio_index: int, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:DL:SCC<Carrier>:PDSCh:RINDex
driver.configure.downlink.scc.pdsch.rindex.set(ratio_index = 1, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Defines the power ratio index PB. The index is required for calculation of the power level of a PDSCH resource element.

param ratio_index:

numeric Range: 0 to 3

param secondaryCompCarrier:

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