NgParameter
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:PHICh:NGParameter
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) NgMethod[source]
# 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.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- set(ng_method: NgMethod, carrierComponent=CarrierComponent.Default) None[source]
# 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.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)