Frame<Frame>

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:COPY
Commands in total: 140
Subgroups: 4
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr32

driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.repcap_frame_set(repcap.Frame.Nr1)
copy(carrierComponent=CarrierComponent.Default, frame=Frame.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:COPY
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.copy(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default)

Copies a frame configuration.

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

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

Cloning the Group

# Create a copy of the original group, that exists independently
frame_copy = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.clone()

Subgroups