NbwParts

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:NBWParts
class NbwPartsCls[source]

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

get(carrierComponent=CarrierComponent.Default) int[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:NBWParts
value: int = driver.configure.nrMmwMeas.cc.nbwParts.get(carrierComponent = repcap.CarrierComponent.Default)

Configures the number of bandwidth parts for carrier <no>.

param carrierComponent:

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

return:

number: No help available

set(number: int, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:NBWParts
driver.configure.nrMmwMeas.cc.nbwParts.set(number = 1, carrierComponent = repcap.CarrierComponent.Default)

Configures the number of bandwidth parts for carrier <no>.

param number:

No help available

param carrierComponent:

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