Scorrelation

SCPI Command :

FETCh:LTE:MEASurement<Instance>:PRACh:MODulation:SCORrelation
class ScorrelationCls[source]

Scorrelation commands group definition. 2 total commands, 1 Subgroups, 1 group commands

fetch() float[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:PRACh:MODulation:SCORrelation
value: float = driver.lteMeas.prach.modulation.scorrelation.fetch()

Returns the sequence correlation for single-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

return:

seq_correlation: Sequence correlation

Cloning the Group

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

Subgroups