Oevm

SCPI Command :

CONFigure:POWer:AUTO:OEVM
class OevmCls[source]

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

get() bool[source]
# SCPI: CONFigure:POWer:AUTO:OEVM
value: bool = driver.applications.k91Wlan.configure.power.auto.oevm.get()

Defines whether an optional iterative search is performed to determine the required settings for minimum residual EVM. If enabled, the required reference level, preamplifier and, optionally, attenuation are configured. method RsFsw. Applications.K91_Wlan.Configure.Power.Auto.set is set to ‘OFF’.

return

optimisation: OFF (Default) : No optimization performed FULL An optional iterative search for minimum residual EVM is performed for the available preamplifier and attenuation settings. The optimal settings are configured. PAONly An optional iterative search for minimum residual EVM is performed, but only the available preamplifier settings are considered during the search. The optimal settings are configured.

set(optimisation: bool) None[source]
# SCPI: CONFigure:POWer:AUTO:OEVM
driver.applications.k91Wlan.configure.power.auto.oevm.set(optimisation = False)

Defines whether an optional iterative search is performed to determine the required settings for minimum residual EVM. If enabled, the required reference level, preamplifier and, optionally, attenuation are configured. method RsFsw. Applications.K91_Wlan.Configure.Power.Auto.set is set to ‘OFF’.

param optimisation

OFF (Default) : No optimization performed FULL An optional iterative search for minimum residual EVM is performed for the available preamplifier and attenuation settings. The optimal settings are configured. PAONly An optional iterative search for minimum residual EVM is performed, but only the available preamplifier settings are considered during the search. The optimal settings are configured.