Cslot

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSLot
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) float[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSLot
value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.cslot.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)

Defines the number of slots that you can configure.

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

Returns:

slots: numeric value (integer only) The maximum number of configurable slots depends on the subcarrier spacing in the bandwith part.

set(slots: float, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSLot
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.cslot.set(slots = 1.0, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default)

Defines the number of slots that you can configure.

Parameters:
  • slots – numeric value (integer only) The maximum number of configurable slots depends on the subcarrier spacing in the bandwith part.

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