PvPreamble
SCPI Commands :
READ:LTE:MEASurement<Instance>:PRACh:TRACe:PVPReamble
FETCh:LTE:MEASurement<Instance>:PRACh:TRACe:PVPReamble
- class PvPreambleCls[source]
PvPreamble commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch() List[float][source]
FETCh:LTE:MEASurement<Instance>:PRACh:TRACe:PVPReamble
Snippet: value: List[float] = driver.prach.trace.pvPreamble.fetch()
Return the values of the power vs preamble traces. See also ‘View EVM vs Preamble, Power vs Preamble’.
Use RsCmwLteMeas.reliability.last_value to read the updated reliability indicator.
- return:
results: float 32 power values, for preamble 1 to 32 (NCAP for not measured preambles) Unit: dBm
- read() List[float][source]
READ:LTE:MEASurement<Instance>:PRACh:TRACe:PVPReamble
Snippet: value: List[float] = driver.prach.trace.pvPreamble.read()
Return the values of the power vs preamble traces. See also ‘View EVM vs Preamble, Power vs Preamble’.
Use RsCmwLteMeas.reliability.last_value to read the updated reliability indicator.
- return:
results: float 32 power values, for preamble 1 to 32 (NCAP for not measured preambles) Unit: dBm