Sidx
SCPI Commands :
[SOURce<HW>]:BB:NR5G:UBWP:RESTart:SIDX:INTerval
[SOURce<HW>]:BB:NR5G:UBWP:RESTart:SIDX:STATe
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_interval() int[source]
# [SOURce<HW>]:BB:NR5G:UBWP:RESTart:SIDX:INTerval value: int = driver.source.bb.nr5G.ubwp.restart.sidx.get_interval()
Defines the number of slots after which the slot index within a frame restarts. Prerequisites for this command
Turn on custom slot index restart (method
RsSmbv.source.bb.nr5G.ubwp.restart.sidx.state()) .
- get_state() bool[source]
# [SOURce<HW>]:BB:NR5G:UBWP:RESTart:SIDX:STATe value: bool = driver.source.bb.nr5G.ubwp.restart.sidx.get_state()
Turns a restart of the slot index within a frame on and off. If on, define the restart interval with method
RsSmbv.source.bb.nr5G.ubwp.restart.sidx.interval().
- set_interval(res_slot_idx_int: int) None[source]
# [SOURce<HW>]:BB:NR5G:UBWP:RESTart:SIDX:INTerval driver.source.bb.nr5G.ubwp.restart.sidx.set_interval(res_slot_idx_int = 1)
Defines the number of slots after which the slot index within a frame restarts. Prerequisites for this command
Turn on custom slot index restart (method
RsSmbv.source.bb.nr5G.ubwp.restart.sidx.state()) .
- Parameters:
res_slot_idx_int – integer Range: 0 to 640
- set_state(restart_slot_idx: bool) None[source]
# [SOURce<HW>]:BB:NR5G:UBWP:RESTart:SIDX:STATe driver.source.bb.nr5G.ubwp.restart.sidx.set_state(restart_slot_idx = False)
Turns a restart of the slot index within a frame on and off. If on, define the restart interval with method
RsSmbv.source.bb.nr5G.ubwp.restart.sidx.interval().- Parameters:
restart_slot_idx – 1 | ON | 0| OFF