Npar<AntennaPortIx>

RepCap Settings

# Range: Nr1 .. Nr1
rc = driver.source.bb.eutra.uplink.subf.alloc.pucch.npar.repcap_antennaPortIx_get()
driver.source.bb.eutra.uplink.subf.alloc.pucch.npar.repcap_antennaPortIx_set(repcap.AntennaPortIx.Nr1)

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:NPAR<AP>
class NparCls[source]

Npar commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: AntennaPortIx, default value after init: AntennaPortIx.Nr1

get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, antennaPortIx=AntennaPortIx.Default) int[source]
# SCPI: [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.

param subframeNull

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

param allocationNull

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

param antennaPortIx

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

return

npar: integer n(x) _PUCCH_max depends on the PUCCH format; to query the value, use the corresponding command, for example [:SOURcehw]:BB:EUTRa:UL:PUCCh:N1EMax?. Range: 0 to n(x) _PUCCH_max

set(npar: int, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, antennaPortIx=AntennaPortIx.Default) None[source]
# SCPI: [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.

param npar

integer n(x) _PUCCH_max depends on the PUCCH format; to query the value, use the corresponding command, for example [:SOURcehw]:BB:EUTRa:UL:PUCCh:N1EMax?. Range: 0 to n(x) _PUCCH_max

param subframeNull

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

param allocationNull

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

param antennaPortIx

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

Cloning the Group

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