Npar
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:NPAR
- class NparCls[source]
Npar commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: 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.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
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]
# SCPI: 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.
- param value
numeric value numeric value AUTO Determines the N_PUCCH based on the measurement. SUBF Selects the definition of N_PUCCH on subframe level.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)