Npar<AntennaPortIx>

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:NPAR<AP>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr1

driver.source.bb.eutra.uplink.subf.alloc.pucch.npar.repcap_antennaPortIx_set(repcap.AntennaPortIx.Nr1)
get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, antennaPortIx=AntennaPortIx.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:NPAR<AP>
value: int = driver.source.bb.eutra.uplink.subf.alloc.pucch.npar.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, antennaPortIx = repcap.AntennaPortIx.Default)

Sets the resource index for the supported PUCCH formats.

Parameters:
  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)

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

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

Returns:

npar: integer n(x) _PUCCH_max depends on the PUCCH format; to query the value, use the corresponding command, for example method RsSmw.source.bb.eutra.uplink.pucch.n_1_e_max() . Range: 0 to n(x) _PUCCH_max

set(npar: int, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, antennaPortIx=AntennaPortIx.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:NPAR<AP>
driver.source.bb.eutra.uplink.subf.alloc.pucch.npar.set(npar = 1, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, antennaPortIx = repcap.AntennaPortIx.Default)

Sets the resource index for the supported PUCCH formats.

Parameters:
  • npar – integer n(x) _PUCCH_max depends on the PUCCH format; to query the value, use the corresponding command, for example method RsSmw.source.bb.eutra.uplink.pucch.n_1_e_max() . Range: 0 to n(x) _PUCCH_max

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

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

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

Cloning the Group

# Create a copy of the original group, that exists independently
npar_copy = driver.source.bb.eutra.uplink.subf.alloc.pucch.npar.clone()