DsIndex

SCPI Command :

FETCh:LTE:MEASurement<Instance>:PRACh:MODulation:DSINdex
class DsIndexCls[source]

DsIndex commands group definition. 2 total commands, 1 Subgroups, 1 group commands

fetch() int[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:PRACh:MODulation:DSINdex
value: int = driver.lteMeas.prach.modulation.dsIndex.fetch()

Returns the automatically detected or manually configured sequence index for single-preamble measurements.

Suppressed linked return values: reliability

return:

sequence_index: Sequence index

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.lteMeas.prach.modulation.dsIndex.clone()

Subgroups