ScSpacing

SCPI Command :

[SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:ALLoc<AL(DIR0)>:SCSPacing
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) QucjSettingsScsAll[source]
# [SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:ALLoc<AL(DIR0)>:SCSPacing
value: enums.QucjSettingsScsAll = driver.source.bb.nr5G.scheduling.cell.subf.alloc.scSpacing.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Defines the subcarrier spacing for the selected allocation. To define the subcarrier spacings for the complete bandwidth part and thus its user allocations in the various link directions, use the following commands:

  • Downlink: method RsSmbv.source.bb.nr5G.ubwp.user.cell.downlink.bwp.scSpacing.set()

  • Uplink: method RsSmbv.source.bb.nr5G.ubwp.user.cell.uplink.bwp.scSpacing.set()

  • Sidelink: method RsSmbv.source.bb.nr5G.ubwp.user.cell.sl.bwp.scSpacing.set()

Parameters:
  • cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)

  • allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)

set(alloc_numerology: QucjSettingsScsAll, cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:ALLoc<AL(DIR0)>:SCSPacing
driver.source.bb.nr5G.scheduling.cell.subf.alloc.scSpacing.set(alloc_numerology = enums.QucjSettingsScsAll.N120, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)

Defines the subcarrier spacing for the selected allocation. To define the subcarrier spacings for the complete bandwidth part and thus its user allocations in the various link directions, use the following commands:

  • Downlink: method RsSmbv.source.bb.nr5G.ubwp.user.cell.downlink.bwp.scSpacing.set()

  • Uplink: method RsSmbv.source.bb.nr5G.ubwp.user.cell.uplink.bwp.scSpacing.set()

  • Sidelink: method RsSmbv.source.bb.nr5G.ubwp.user.cell.sl.bwp.scSpacing.set()

Parameters:
  • alloc_numerology – SCS15 | SCS30 | SCS60 | SCS120 | SCS240 | N15 | N30 | N60 | N120 | N240 | SCS480 | SCS960 Available subcarrier spacings depend on the channel type.

  • cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)

  • allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)