NoGroups

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:PHICh:NOGRoups
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:PHICh:NOGRoups
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.phich.noGroups.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the number of PHICH groups.

Parameters:

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

Returns:

no_of_groups: numeric value (integer only)

set(no_of_groups: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:PHICh:NOGRoups
driver.applications.k10Xlte.configure.lte.downlink.cc.phich.noGroups.set(no_of_groups = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the number of PHICH groups.

Parameters:
  • no_of_groups – numeric value (integer only)

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