Sidx
SCPI Commands :
[SOURce<HW>]:BB:NR5G:UBWP:RESTart:SIDX:INTerval
[SOURce<HW>]:BB:NR5G:UBWP:RESTart:SIDX:STATe
- class SidxCls[source]
Sidx commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_interval() int [source]
# SCPI: [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.
INTRO_CMD_HELP: Prerequisites for this command
Turn on custom slot index restart ([:SOURce<hw>]:BB:NR5G:UBWP:RESTart:SIDX:STATe) .
- return
res_slot_idx_int: No help available
- get_state() bool [source]
# SCPI: [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 [:SOURce<hw>]:BB:NR5G:UBWP:RESTart:SIDX:INTerval.
- return
restart_slot_idx: No help available
- set_interval(res_slot_idx_int: int) None [source]
# SCPI: [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.
INTRO_CMD_HELP: Prerequisites for this command
Turn on custom slot index restart ([:SOURce<hw>]:BB:NR5G:UBWP:RESTart:SIDX:STATe) .
- param res_slot_idx_int
integer Range: 0 to 640
- set_state(restart_slot_idx: bool) None [source]
# SCPI: [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 [:SOURce<hw>]:BB:NR5G:UBWP:RESTart:SIDX:INTerval.
- param restart_slot_idx
1| ON| 0| OFF