Preamble<Preamble>

RepCap Settings

# Range: Nr1 .. Nr400
rc = driver.lteMeas.prach.modulation.dpfOffset.preamble.repcap_preamble_get()
driver.lteMeas.prach.modulation.dpfOffset.preamble.repcap_preamble_set(repcap.Preamble.Nr1)

SCPI Command :

FETCh:LTE:MEASurement<Instance>:PRACh:MODulation:DPFoffset:PREamble<Number>
class PreambleCls[source]

Preamble commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Preamble, default value after init: Preamble.Nr1

fetch(preamble=Preamble.Default) int[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:PRACh:MODulation:DPFoffset:PREamble<Number>
value: int = driver.lteMeas.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

param preamble:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Preamble’)

return:

prach_freq_offset: PRACH frequency offset

Cloning the Group

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