Scheduling

SCPI Commands :

[SOURce<HW>]:BB:NR5G:SCHed:NCARrier
[SOURce<HW>]:BB:NR5G:SCHeduling:MODE
[SOURce<HW>]:BB:NR5G:SCHeduling:RSSPace
Commands in total: 593
Subgroups: 2
Direct child commands: 3
get_mode() AutoManualMode[source]
# [SOURce<HW>]:BB:NR5G:SCHeduling:MODE
value: enums.AutoManualMode = driver.source.bb.nr5G.scheduling.get_mode()

Defines how the scheduling and the content of the different PDSCH allocations is defined and performed.

Returns:

scheduling_mode: MANual | AUTO MANual No cross-reference between the settings made for the CORESET DCIs and the PDSCHs settings. Configure the PDSCH allocations manually. AUTO Content and scheduling of the PDSCH according to the configuration of the CORESET DCIs.

get_ncarrier() int[source]
# [SOURce<HW>]:BB:NR5G:SCHed:NCARrier
value: int = driver.source.bb.nr5G.scheduling.get_ncarrier()

No help available

get_rs_space() bool[source]
# [SOURce<HW>]:BB:NR5G:SCHeduling:RSSPace
value: bool = driver.source.bb.nr5G.scheduling.get_rs_space()

If enabled, the CCE start index is selected automatically to be within the current search space.

Returns:

restr_to_sspace: 1 | ON | 0| OFF

Cloning the Group

# Create a copy of the original group, that exists independently
scheduling_copy = driver.source.bb.nr5G.scheduling.clone()

Subgroups