Pmode

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PHICh:PMODe
class PmodeCls[source]

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

get(subframeNull=SubframeNull.Default) RsSmbv.enums.EutraPhichPwrMode[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PHICh:PMODe
value: enums.EutraPhichPwrMode = driver.source.bb.eutra.downlink.subf.encc.phich.pmode.get(subframeNull = repcap.SubframeNull.Default)

Determines whether the PHICHs in a PHICH group are sent with the same power or enables the adjustment of each PPHICH individually.

param subframeNull

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

return

power_mode: CONSt| IND CONSt The power of a PHICH in a PHICH group is set with the command SOUR:BB:EUTR:DL:ENCC:PHIC:POW. IND The power of the individual PHICHs is set separatelly

set(power_mode: RsSmbv.enums.EutraPhichPwrMode, subframeNull=SubframeNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PHICh:PMODe
driver.source.bb.eutra.downlink.subf.encc.phich.pmode.set(power_mode = enums.EutraPhichPwrMode.CONSt, subframeNull = repcap.SubframeNull.Default)

Determines whether the PHICHs in a PHICH group are sent with the same power or enables the adjustment of each PPHICH individually.

param power_mode

CONSt| IND CONSt The power of a PHICH in a PHICH group is set with the command SOUR:BB:EUTR:DL:ENCC:PHIC:POW. IND The power of the individual PHICHs is set separatelly

param subframeNull

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