Restart

SCPI Commands :

[SOURce<HW>]:BB:NR5G:UBWP:RESTart:STATe
[SOURce<HW>]:BB:NR5G:UBWP:RESTart
class RestartCls[source]

Restart commands group definition. 4 total commands, 1 Subgroups, 2 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:RESTart:STATe
value: bool = driver.source.bb.nr5G.ubwp.restart.get_state()

No command help available

return

restart_data_stat: No help available

get_value() RsSmbv.enums.RestartDataAll[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:RESTart
value: enums.RestartDataAll = driver.source.bb.nr5G.ubwp.restart.get_value()

Sets the parameter for restarting the configured data sources in customized DCIs.

return

restart_data_sel: OFF| COAL| FRAMe| SLOT OFF Disables the restart of data and control. Data sources are initialized only once at the start of the generated signal. COAL Enables the restart of data and control after each codeword and allocation. For example, the same payload is used for repeated allocations. FRAMe Enables the restart of data and control after each frame. For example, the same payload is used for allocations which are repeated each frame. SLOT Enables the restart of data and control after each slot. For example, the same payload is used for allocations which are repeated each slot.

set_state(restart_data_stat: bool) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:RESTart:STATe
driver.source.bb.nr5G.ubwp.restart.set_state(restart_data_stat = False)

No command help available

param restart_data_stat

No help available

set_value(restart_data_sel: RsSmbv.enums.RestartDataAll) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:RESTart
driver.source.bb.nr5G.ubwp.restart.set_value(restart_data_sel = enums.RestartDataAll.COAL)

Sets the parameter for restarting the configured data sources in customized DCIs.

param restart_data_sel

OFF| COAL| FRAMe| SLOT OFF Disables the restart of data and control. Data sources are initialized only once at the start of the generated signal. COAL Enables the restart of data and control after each codeword and allocation. For example, the same payload is used for repeated allocations. FRAMe Enables the restart of data and control after each frame. For example, the same payload is used for allocations which are repeated each frame. SLOT Enables the restart of data and control after each slot. For example, the same payload is used for allocations which are repeated each slot.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.nr5G.ubwp.restart.clone()

Subgroups