Frame

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:PASTe[:FRAMe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(carrierComponent=CarrierComponent.Default, frame=Frame.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:PASTe[:FRAMe]
driver.applications.k14Xnr5G.configure.nr5G.uplink.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.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]