Npar
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:NPAR
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:NPAR value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.pucch.npar.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the N_PUCCH parameter in the PUCCH structure settings.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
value: numeric value numeric value AUTO Determines the N_PUCCH based on the measurement. SUBF Selects the definition of N_PUCCH on subframe level.
- set(value: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:NPAR driver.applications.k10Xlte.configure.lte.uplink.cc.pucch.npar.set(value = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the N_PUCCH parameter in the PUCCH structure settings.
- Parameters:
value – numeric value numeric value AUTO Determines the N_PUCCH based on the measurement. SUBF Selects the definition of N_PUCCH on subframe level.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)