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