Sindex

SCPI Commands :

CONFigure:NRSub:MEASurement<Instance>:PRACh:SINDex:AUTO
CONFigure:NRSub:MEASurement<Instance>:PRACh:SINDex
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_auto() bool[source]
# CONFigure:NRSub:MEASurement<Instance>:PRACh:SINDex:AUTO
value: bool = driver.configure.nrSubMeas.prach.sindex.get_auto()

Enables or disables automatic detection of the sequence index. To configure the index manually for disabled automatic detection, see method RsCMPX_NrFr1Meas.configure.nrSubMeas.prach.sindex.value() .

Returns:

seq_index_auto: OFF | ON

get_value() int[source]
# CONFigure:NRSub:MEASurement<Instance>:PRACh:SINDex
value: int = driver.configure.nrSubMeas.prach.sindex.get_value()

Specifies the sequence index, i.e. which of the 64 preamble sequences of the cell is used by the UE. This setting is only relevant if automatic detection is disabled, see method RsCMPX_NrFr1Meas.configure.nrSubMeas.prach.sindex.auto() .

Returns:

sequence_index: numeric

set_auto(seq_index_auto: bool) None[source]
# CONFigure:NRSub:MEASurement<Instance>:PRACh:SINDex:AUTO
driver.configure.nrSubMeas.prach.sindex.set_auto(seq_index_auto = False)

Enables or disables automatic detection of the sequence index. To configure the index manually for disabled automatic detection, see method RsCMPX_NrFr1Meas.configure.nrSubMeas.prach.sindex.value() .

Parameters:

seq_index_auto – OFF | ON

set_value(sequence_index: int) None[source]
# CONFigure:NRSub:MEASurement<Instance>:PRACh:SINDex
driver.configure.nrSubMeas.prach.sindex.set_value(sequence_index = 1)

Specifies the sequence index, i.e. which of the 64 preamble sequences of the cell is used by the UE. This setting is only relevant if automatic detection is disabled, see method RsCMPX_NrFr1Meas.configure.nrSubMeas.prach.sindex.auto() .

Parameters:

sequence_index – numeric