DsIndex

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:PRACh:MODulation:DSINdex
Commands in total: 2
Subgroups: 1
Direct child commands: 1
fetch() int[source]
# FETCh:NRSub:MEASurement<Instance>:PRACh:MODulation:DSINdex
value: int = driver.nrSubMeas.prach.modulation.dsIndex.fetch()

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

Suppressed linked return values: reliability

Returns:

sequence_index: Sequence index

Cloning the Group

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

Subgroups