EvPreamble

SCPI Commands :

READ:NRSub:MEASurement<Instance>:PRACh:TRACe:EVPReamble
FETCh:NRSub:MEASurement<Instance>:PRACh:TRACe:EVPReamble
class EvPreambleCls[source]

EvPreamble commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch() List[float][source]
# SCPI: 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

return:

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

read() List[float][source]
# SCPI: 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

return:

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