Conf
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:CONF:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_mode() PdschSchedMode[source]
# [SOURce<HW>]:BB:V5G:DL:CONF:MODE value: enums.PdschSchedMode = driver.source.bb.v5G.downlink.conf.get_mode()
Selects manual or automatic scheduling mode.
- Returns:
scheduling: MANual | AUTO
- set_mode(scheduling: PdschSchedMode) None[source]
# [SOURce<HW>]:BB:V5G:DL:CONF:MODE driver.source.bb.v5G.downlink.conf.set_mode(scheduling = enums.PdschSchedMode.ASEQuence)
Selects manual or automatic scheduling mode.
- Parameters:
scheduling – MANual | AUTO