Result

SCPI Command :

[SENSe]:LIST:POWer:RESult
class ResultCls[source]

Result commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:LIST:POWer:RESult
value: float = driver.sense.listPy.power.result.get()

Queries the results of the list evaluation. May be used to obtain measurement results in an asynchronous way, using the service request mechanism for synchronization to the end of the measurement. If there are no results, the command returns an error.

return

power_level: Power level for each frequency included in the measurement. The command returns up to 3 power levels for each frequency, depending on the number of evaluation modes you have turned on with [SENSe:]LIST:POWer:SET. The result is a list of floating point values separated by commas. The unit depends on method RsFsw.Applications.K91_Wlan.Calculate.Unit.Power.set.