AlCount

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALCount
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default) float[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALCount
value: float = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.alCount.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default)

Defines the number of PDSCH allocations in a slot.

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

Returns:

allocations: numeric value (integer only) Range: 0 to 100

set(allocations: float, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALCount
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.frame.bwPart.slot.alCount.set(allocations = 1.0, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default)

Defines the number of PDSCH allocations in a slot.

Parameters:
  • allocations – numeric value (integer only) Range: 0 to 100

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