PvPreamble

SCPI Commands :

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

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

Suppressed linked return values: reliability

Returns:

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

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

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

Suppressed linked return values: reliability

Returns:

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