BwPart<BwPart>

RepCap Settings

# Range: Nr1 .. Nr12
rc = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.repcap_bwPart_get()
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.repcap_bwPart_set(repcap.BwPart.Nr1)

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CLEar
class BwPartCls[source]

BwPart commands group definition. 108 total commands, 11 Subgroups, 1 group commands Repeated Capability: BwPart, default value after init: BwPart.Nr1

clear(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) None[source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CLEar
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.clear(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)

Deletes all bandwidth parts.

param carrierComponent

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

param frame

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

param bwPart

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

clear_with_opc(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, opc_timeout_ms: int = - 1) None[source]

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.clone()

Subgroups