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.Default) int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:NALLocations value: int = driver.configure.nrSubMeas.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: integer For the measured carrier, only 1 is allowed. Range: 0 to 1
- set(number: int, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:NALLocations driver.configure.nrSubMeas.cc.nallocations.set(number = 1, carrierComponent = repcap.CarrierComponent.Default)
Number of allocations to be configured, for carrier <no>.
- param number:
integer For the measured carrier, only 1 is allowed. Range: 0 to 1
- param carrierComponent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)