Schby

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SCHBy
class SchbyCls[source]

Schby commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cellNull=CellNull.Default) RsSmbv.enums.CellAll[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SCHBy
value: enums.CellAll = driver.source.bb.nr5G.node.cell.schby.get(cellNull = repcap.CellNull.Default)

Displays in which cell coordinates the carrier aggregation, if there is intra-band CA. Queries the component carrier/cell that signals the UL and DL grants for the selected cell. The signaling cell is determined by its cell index. According to the 5G NR specification, cross-carrier scheduling has to be enabled per user and per component carrier. To enable signaling for one particular cell on the primary cell, i.e. cross-carrier scheduling, set the ‘Scheduled By’ to 0.

param cellNull

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

return

sched_by: 0| 1| 2| 3| 4| 5| 6| 7| 8| 9| 10| 11| 12| 13| 14| 15

set(sched_by: RsSmbv.enums.CellAll, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SCHBy
driver.source.bb.nr5G.node.cell.schby.set(sched_by = enums.CellAll._0, cellNull = repcap.CellNull.Default)

Displays in which cell coordinates the carrier aggregation, if there is intra-band CA. Queries the component carrier/cell that signals the UL and DL grants for the selected cell. The signaling cell is determined by its cell index. According to the 5G NR specification, cross-carrier scheduling has to be enabled per user and per component carrier. To enable signaling for one particular cell on the primary cell, i.e. cross-carrier scheduling, set the ‘Scheduled By’ to 0.

param sched_by

0| 1| 2| 3| 4| 5| 6| 7| 8| 9| 10| 11| 12| 13| 14| 15

param cellNull

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