Npar
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:PUCCh:NPAR
- class NparCls[source]
Npar commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) float [source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:PUCCh:NPAR value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.pucch.npar.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)
Defines N_PUCCH on a subframe basis. The command is available if method RsFsw.Applications.K10x_Lte.Configure.Lte.Uplink. Cc.Pucch.Npar.set is turned on.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param subframe
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)
- return
configuration: numeric value
- set(configuration: float, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None [source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:PUCCh:NPAR driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.pucch.npar.set(configuration = 1.0, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)
Defines N_PUCCH on a subframe basis. The command is available if method RsFsw.Applications.K10x_Lte.Configure.Lte.Uplink. Cc.Pucch.Npar.set is turned on.
- param configuration
numeric value
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param subframe
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)