Pdsch

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:DL[:PCC]:PDSCh:PA
CONFigure:LTE:SIGNaling<instance>:DL[:PCC]:PDSCh:RINDex
class PdschCls[source]

Pdsch commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_pa() PowerOffset[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:DL[:PCC]:PDSCh:PA
value: enums.PowerOffset = driver.configure.downlink.pcc.pdsch.get_pa()

Defines the power offset PA.

return:

pa: ZERO | N3DB | N6DB Power offset of 0 dB | -3 dB | -6 dB

get_rindex() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:DL[:PCC]:PDSCh:RINDex
value: int = driver.configure.downlink.pcc.pdsch.get_rindex()

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

return:

ratio_index: numeric Range: 0 to 3

set_pa(pa: PowerOffset) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:DL[:PCC]:PDSCh:PA
driver.configure.downlink.pcc.pdsch.set_pa(pa = enums.PowerOffset.N3DB)

Defines the power offset PA.

param pa:

ZERO | N3DB | N6DB Power offset of 0 dB | -3 dB | -6 dB

set_rindex(ratio_index: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:DL[:PCC]:PDSCh:RINDex
driver.configure.downlink.pcc.pdsch.set_rindex(ratio_index = 1)

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