Npar

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:PUCCh:NPAR
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) float[source]
# 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.k10Xlte.configure.lte.uplink.cc.pucch.npar.set() is turned on.

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

  • subframe – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)

Returns:

configuration: numeric value

set(configuration: float, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None[source]
# 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.k10Xlte.configure.lte.uplink.cc.pucch.npar.set() is turned on.

Parameters:
  • configuration – numeric value

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

  • subframe – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)