PvPreamble

SCPI Commands :

READ:NRSub:MEASurement<Instance>:PRACh:TRACe:PVPReamble
FETCh:NRSub:MEASurement<Instance>:PRACh:TRACe:PVPReamble
class PvPreambleCls[source]

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

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

return:

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

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

return:

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