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.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 RsCmwLteMeas.Configure.Prach.Modulation.Sindex.value.

return:

seq_index_auto: OFF | ON

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

return:

sequence_index: numeric Range: 0 to 63

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

param seq_index_auto:

OFF | ON

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

param sequence_index:

numeric Range: 0 to 63