Frame
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:PASTe[:FRAMe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(carrierComponent=CarrierComponent.Default, frame=Frame.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:PASTe[:FRAMe] driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.paste.frame.set(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default)
Applies an existing frame configuration to another one. Prerequisites for this command
Copy a frame configuration (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.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]