Nallocations
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:NALLocations
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Nr1) int[source]
# 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>.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1
- Returns:
number: For the measured carrier, only 1 is allowed.
- set(number: int, carrierComponent=CarrierComponent.Nr1) None[source]
# 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>.
- Parameters:
number – For the measured carrier, only 1 is allowed.
carrierComponent – optional repeated capability selector. Default value: Nr1