Frame<Frame>

RepCap Settings

# Range: Nr1 .. Nr32
rc = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.repcap_frame_get()
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.repcap_frame_set(repcap.Frame.Nr1)

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:COPY
class FrameCls[source]

Frame commands group definition. 112 total commands, 3 Subgroups, 1 group commands Repeated Capability: Frame, default value after init: Frame.Nr1

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

Copies a frame configuration.

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

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

Cloning the Group

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

Subgroups