Oevm

SCPI Command :

CONFigure:POWer:AUTO:OEVM
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# 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.k91Wlan.configure.power.auto.set() is set to ‘OFF’.

Returns:

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]
# 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.k91Wlan.configure.power.auto.set() is set to ‘OFF’.

Parameters:

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.