Slot<SlotRc>

SCPI Commands :

CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:COPY
CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:PRESet
Commands in total: 96
Subgroups: 9
Direct child commands: 2

Repeated Capability Setting:

# Range: Ix0 .. Ix80

driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.repcap_slotRc_set(repcap.SlotRc.Ix0)
copy(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:COPY
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.copy(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default)

Copies a slot 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’)

  • bwPart – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)

  • slotRc – optional repeated capability selector. Default value: Ix0 (settable in the interface ‘Slot’)

copy_with_opc(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default, opc_timeout_ms: int = -1) None[source]
preset(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:PRESet
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.preset(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default)

Resets the slot configuration of a bandwidth part to its default state.

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

  • bwPart – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)

  • slotRc – optional repeated capability selector. Default value: Ix0 (settable in the interface ‘Slot’)

preset_with_opc(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default, opc_timeout_ms: int = -1) None[source]

Cloning the Group

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

Subgroups