EvPreamble

SCPI Commands :

READ:NRSub:MEASurement<Instance>:PRACh:TRACe:EVPReamble
FETCh:NRSub:MEASurement<Instance>:PRACh:TRACe:EVPReamble
Commands in total: 2
Subgroups: 0
Direct child commands: 2
fetch() List[float][source]
# FETCh:NRSub:MEASurement<Instance>:PRACh:TRACe:EVPReamble
value: List[float] = driver.nrSubMeas.prach.trace.evPreamble.fetch()

Return the values of the EVM vs preamble traces. See also ‘Squares EVM vs Preamble, Power vs Preamble’.

Suppressed linked return values: reliability

Returns:

results: Comma-separated list of EVM values, for preamble 1 to n of the measurement interval.

read() List[float][source]
# READ:NRSub:MEASurement<Instance>:PRACh:TRACe:EVPReamble
value: List[float] = driver.nrSubMeas.prach.trace.evPreamble.read()

Return the values of the EVM vs preamble traces. See also ‘Squares EVM vs Preamble, Power vs Preamble’.

Suppressed linked return values: reliability

Returns:

results: Comma-separated list of EVM values, for preamble 1 to n of the measurement interval.