Result
SCPI Command :
[SENSe]:LIST:POWer:RESult
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [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.
- Returns:
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 method
RsFsw.sense.listPy.power.set.set(). The result is a list of floating point values separated by commas. The unit depends on methodRsFsw.applications.k91Wlan.calculate.unit.power.set().