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]

CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:SINDex:AUTO

Snippet: 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]

CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:SINDex

Snippet: 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]

CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:SINDex:AUTO

Snippet: 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]

CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:SINDex

Snippet: 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