Nallocations

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:NALLocations
class NallocationsCls[source]

Nallocations commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Nr1) int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:NALLocations
value: int = driver.configure.nrSubMeas.cc.nallocations.get(carrierComponent = repcap.CarrierComponent.Nr1)

Number of allocations to be configured, for carrier <no>.

param carrierComponent:

optional repeated capability selector. Default value: Nr1

return:

number: For the measured carrier, only 1 is allowed.

set(number: int, carrierComponent=CarrierComponent.Nr1) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:NALLocations
driver.configure.nrSubMeas.cc.nallocations.set(number = 1, carrierComponent = repcap.CarrierComponent.Nr1)

Number of allocations to be configured, for carrier <no>.

param number:

For the measured carrier, only 1 is allowed.

param carrierComponent:

optional repeated capability selector. Default value: Nr1