BwPart<BwPart>

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CLEar
Commands in total: 135
Subgroups: 13
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr12

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

Deletes all bandwidth parts.

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

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

  • 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 copy of the original group, that exists independently
bwPart_copy = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.clone()

Subgroups