Preamble<Preamble>

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:PRACh:MODulation:DPFoffset:PREamble<Number>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr64

driver.nrSubMeas.prach.modulation.dpfOffset.preamble.repcap_preamble_set(repcap.Preamble.Nr1)
fetch(preamble=Preamble.Default) int[source]
# FETCh:NRSub:MEASurement<Instance>:PRACh:MODulation:DPFoffset:PREamble<Number>
value: int = driver.nrSubMeas.prach.modulation.dpfOffset.preamble.fetch(preamble = repcap.Preamble.Default)

Returns the automatically detected or manually configured PRACH frequency offset 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:

prach_freq_offset: PRACH frequency offset

Cloning the Group

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