Scorrelation

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:PRACh:MODulation:SCORrelation
Commands in total: 2
Subgroups: 1
Direct child commands: 1
fetch() float[source]
# FETCh:NRSub:MEASurement<Instance>:PRACh:MODulation:SCORrelation
value: float = driver.nrSubMeas.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

Returns:

seq_correlation: Sequence correlation

Cloning the Group

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

Subgroups