Pmode

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PHICh:PMODe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subframeNull=SubframeNull.Default) PhichPwrMode[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PHICh:PMODe
value: enums.PhichPwrMode = 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.

Parameters:

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

Returns:

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: PhichPwrMode, subframeNull=SubframeNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PHICh:PMODe
driver.source.bb.eutra.downlink.subf.encc.phich.pmode.set(power_mode = enums.PhichPwrMode.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.

Parameters:
  • 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

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