Sidx

SCPI Commands :

[SOURce<HW>]:BB:NR5G:UBWP:RESTart:SIDX:INTerval
[SOURce<HW>]:BB:NR5G:UBWP:RESTart:SIDX:STATe
Commands in total: 2
Subgroups: 0
Direct 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 RsSmw.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 RsSmw.source.bb.nr5G.ubwp.restart.sidx.interval() .