NgParameter

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:PHICh:NGParameter
class NgParameterCls[source]

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

get(carrierComponent=CarrierComponent.Default) RsFsw.enums.NgMethod[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:PHICh:NGParameter
value: enums.NgMethod = driver.applications.k10Xlte.configure.lte.downlink.cc.phich.ngParameter.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the method that determines the number of PHICH groups in a subframe.

param carrierComponent

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

return

ng_method: No help available

set(ng_method: RsFsw.enums.NgMethod, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:PHICh:NGParameter
driver.applications.k10Xlte.configure.lte.downlink.cc.phich.ngParameter.set(ng_method = enums.NgMethod.AUTO, carrierComponent = repcap.CarrierComponent.Default)

Selects the method that determines the number of PHICH groups in a subframe.

param ng_method

No help available

param carrierComponent

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