Conf
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CONF:MODE
- class ConfCls[source]
Conf commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_mode() RsSmbv.enums.EutraPdschSchedMode [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CONF:MODE value: enums.EutraPdschSchedMode = driver.source.bb.eutra.downlink.conf.get_mode()
Determines how the scheduling of the different PDSCH allocations inside of the DL allocation table is performed.
- return
scheduling: MANual| AUTO| ASEQuence MANual No cross-reference between the settings made for the PDCCH DCIs and the PDSCHs settings. Configure the PDSCH allocations manually. AUTO Precoding for spatial multiplexing according to and the selected parameters. ASEQuence According to the required HARQ processes and redundancy versions
- set_mode(scheduling: RsSmbv.enums.EutraPdschSchedMode) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CONF:MODE driver.source.bb.eutra.downlink.conf.set_mode(scheduling = enums.EutraPdschSchedMode.ASEQuence)
Determines how the scheduling of the different PDSCH allocations inside of the DL allocation table is performed.
- param scheduling
MANual| AUTO| ASEQuence MANual No cross-reference between the settings made for the PDCCH DCIs and the PDSCHs settings. Configure the PDSCH allocations manually. AUTO Precoding for spatial multiplexing according to and the selected parameters. ASEQuence According to the required HARQ processes and redundancy versions