Bwp

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:BWP
class BwpCls[source]

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

get(carrierComponent=CarrierComponent.Default, allocationMore=AllocationMore.Default) BandwidthPart[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:BWP
value: enums.BandwidthPart = driver.configure.nrMmwMeas.cc.allocation.bwp.get(carrierComponent = repcap.CarrierComponent.Default, allocationMore = repcap.AllocationMore.Default)

Assigns a bandwidth part to allocation <a> of carrier <no>.

param carrierComponent:

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

param allocationMore:

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

return:

bandwidth_part: No help available

set(bandwidth_part: BandwidthPart, carrierComponent=CarrierComponent.Default, allocationMore=AllocationMore.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:BWP
driver.configure.nrMmwMeas.cc.allocation.bwp.set(bandwidth_part = enums.BandwidthPart.BWP0, carrierComponent = repcap.CarrierComponent.Default, allocationMore = repcap.AllocationMore.Default)

Assigns a bandwidth part to allocation <a> of carrier <no>.

param bandwidth_part:

No help available

param carrierComponent:

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

param allocationMore:

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