Sindex

SCPI Commands :

CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:SINDex:AUTO
CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:SINDex
class SindexCls[source]

Sindex commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_auto() bool[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:SINDex:AUTO
value: bool = driver.configure.lteMeas.prach.modulation.sindex.get_auto()

Enables or disables automatic detection of the sequence index. To configure the index manually for disabled automatic detection, see method RsCMPX_LteMeas.Configure.LteMeas.Prach.Modulation.Sindex.value.

return:

seq_index_auto: No help available

get_value() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:SINDex
value: int = driver.configure.lteMeas.prach.modulation.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_LteMeas.Configure.LteMeas.Prach.Modulation.Sindex.auto.

return:

sequence_index: No help available

set_auto(seq_index_auto: bool) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:SINDex:AUTO
driver.configure.lteMeas.prach.modulation.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_LteMeas.Configure.LteMeas.Prach.Modulation.Sindex.value.

param seq_index_auto:

No help available

set_value(sequence_index: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:SINDex
driver.configure.lteMeas.prach.modulation.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_LteMeas.Configure.LteMeas.Prach.Modulation.Sindex.auto.

param sequence_index:

No help available