Nallocations

SCPI Command :

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

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

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

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

param carrierComponent:

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

return:

number: For the measured carrier, 0 is not allowed.

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

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

param number:

For the measured carrier, 0 is not allowed.

param carrierComponent:

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