Add
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:ADD
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:ADD driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.add.set(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)
Adds a bandwidth part to the signal configuration. The new bandwidth part has the highest index number. Index numbers start at 0. For example, if you already have three bandwidth parts and a add a fourth one, the new one has the index number 3.
- 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’)
- set_with_opc(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, opc_timeout_ms: int = -1) None[source]