Frame

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:PASTe[:FRAMe]
class FrameCls[source]

Frame commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(carrierComponent=CarrierComponent.Default, frame=Frame.Default) None[source]
# SCPI: 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.

INTRO_CMD_HELP: Prerequisites for this command

  • Copy a frame configuration (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Frame.copy) .

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’)

set_with_opc(carrierComponent=CarrierComponent.Default, frame=Frame.Default, opc_timeout_ms: int = - 1) None[source]