PvSymbol

SCPI Commands :

READ:NRSub:MEASurement<Instance>:SRS:TRACe:PVSYmbol
FETCh:NRSub:MEASurement<Instance>:SRS:TRACe:PVSYmbol
class PvSymbolCls[source]

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

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

return:

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]
# SCPI: 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

return:

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.