Duplicate
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:DUPLicate
- class DuplicateCls[source]
Duplicate commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- set(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) None [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:DUPLicate driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.duplicate.set(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)
Duplicates an existing bandwidth part. A duplication of a bandwidth part also duplicates its slot and PDSCH configuration.
- 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’)
- set_with_opc(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, opc_timeout_ms: int = - 1) None [source]