All
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:PASTe:ALL
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(carrierComponent=CarrierComponent.Default, frame=Frame.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:PASTe:ALL driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.paste.all.set(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default)
Applies an existing frame configuration to all other frames. Prerequisites for this command
Copy a frame configuration (method
RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.copy()) .
- 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’)
- set_with_opc(carrierComponent=CarrierComponent.Default, frame=Frame.Default, opc_timeout_ms: int = -1) None[source]