Preamble<Preamble>

RepCap Settings

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

SCPI Command :

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

Returns the sequence correlation for a selected preamble of multi-preamble measurements. It indicates the correlation between the ideal preamble sequence determined from the parameter settings and the measured preamble sequence. A value of 1 corresponds to perfect correlation. A value close to 0 indicates that the preamble sequence was not found.

Suppressed linked return values: reliability

param preamble:

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

return:

seq_correlation: Sequence correlation

Cloning the Group

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