PvSymbol
SCPI Commands :
READ:NRSub:MEASurement<Instance>:SRS:TRACe:PVSYmbol
FETCh:NRSub:MEASurement<Instance>:SRS:TRACe:PVSYmbol
- Commands in total: 2Subgroups: 0Direct child commands: 2
- fetch() List[float][source]
# FETCh:NRSub:MEASurement<Instance>:SRS:TRACe:PVSYmbol value: List[float] = driver.nrSubMeas.srs.trace.pvSymbol.fetch()
Return the values of the power vs symbol trace. See also ‘Square Power vs Symbol’.
Suppressed linked return values: reliability
- Returns:
power: Comma-separated list of power values, one value per symbol. The number of symbols depends on the SCS and on the configured number of subframes.
- read() List[float][source]
# READ:NRSub:MEASurement<Instance>:SRS:TRACe:PVSYmbol value: List[float] = driver.nrSubMeas.srs.trace.pvSymbol.read()
Return the values of the power vs symbol trace. See also ‘Square Power vs Symbol’.
Suppressed linked return values: reliability
- Returns:
power: Comma-separated list of power values, one value per symbol. The number of symbols depends on the SCS and on the configured number of subframes.