Restart

SCPI Commands :

[SOURce<HW>]:BB:NR5G:UBWP:RESTart:STATe
[SOURce<HW>]:BB:NR5G:UBWP:RESTart
Commands in total: 4
Subgroups: 1
Direct child commands: 2
get_state() bool[source]
# [SOURce<HW>]:BB:NR5G:UBWP:RESTart:STATe
value: bool = driver.source.bb.nr5G.ubwp.restart.get_state()

No help available

get_value() RestartDataAll[source]
# [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.

Returns:

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 copy of the original group, that exists independently
restart_copy = driver.source.bb.nr5G.ubwp.restart.clone()

Subgroups