Preamble<Preamble>
SCPI Command :
FETCh:NRSub:MEASurement<Instance>:PRACh:MODulation:DSINdex:PREamble<Number>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr64 driver.nrSubMeas.prach.modulation.dsIndex.preamble.repcap_preamble_set(repcap.Preamble.Nr1)
- fetch(preamble=Preamble.Default) int[source]
# FETCh:NRSub:MEASurement<Instance>:PRACh:MODulation:DSINdex:PREamble<Number> value: int = driver.nrSubMeas.prach.modulation.dsIndex.preamble.fetch(preamble = repcap.Preamble.Default)
Returns the automatically detected or manually configured sequence index for a selected preamble of multi-preamble measurements.
Suppressed linked return values: reliability
- Parameters:
preamble – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Preamble’)
- Returns:
sequence_index: Sequence index
Cloning the Group
# Create a copy of the original group, that exists independently
preamble_copy = driver.nrSubMeas.prach.modulation.dsIndex.preamble.clone()