PvSymbol

SCPI Commands :

READ:NRSub:MEASurement<Instance>:SRS:PVSYmbol
FETCh:NRSub:MEASurement<Instance>:SRS: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:PVSYmbol
value: List[float] = driver.nrSubMeas.srs.pvSymbol.fetch()

Return the single-value results of the power vs symbol measurement. See also ‘Square Power vs Symbol’.

Suppressed linked return values: reliability

return:

power: Comma-separated list of 10 average power values, one value per SRS transmission.

read() List[float][source]
# SCPI: READ:NRSub:MEASurement<Instance>:SRS:PVSYmbol
value: List[float] = driver.nrSubMeas.srs.pvSymbol.read()

Return the single-value results of the power vs symbol measurement. See also ‘Square Power vs Symbol’.

Suppressed linked return values: reliability

return:

power: Comma-separated list of 10 average power values, one value per SRS transmission.