Nallocations

SCPI Command :

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

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

get(sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default) int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>[:CC<cc>]:NALLocations
value: int = driver.configure.nrSubMeas.listPy.segment.cc.nallocations.get(sEGMent = repcap.SEGMent.Default, carrierComponent = repcap.CarrierComponent.Default)

Configures the number of allocations on carrier <cc> in segment <no>.

param sEGMent:

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

param carrierComponent:

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

return:

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

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

Configures the number of allocations on carrier <cc> in segment <no>.

param number:

For the measured carrier, only 1 is allowed.

param sEGMent:

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

param carrierComponent:

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