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.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 much smaller than 1 indicates that the preamble sequence was not found.

Use RsCmwLteMeas.reliability.last_value to read the updated reliability indicator.

return:

seq_correlation: float Sequence correlation

Cloning the Group

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

Subgroups