EvmPilot

SCPI Commands :

CONFigure:WLAN:MEASurement<instance>:MEValuation:LIMit:MODulation:HEOFdm:EVMPilot:TBHigh
CONFigure:WLAN:MEASurement<instance>:MEValuation:LIMit:MODulation:HEOFdm:EVMPilot:TBLow
CONFigure:WLAN:MEASurement<instance>:MEValuation:LIMit:MODulation:HEOFdm:EVMPilot
class EvmPilotCls[source]

EvmPilot commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_tb_high() float[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:MEValuation:LIMit:MODulation:HEOFdm:EVMPilot:TBHigh
value: float or bool = driver.configure.multiEval.limit.modulation.heOfdm.evmPilot.get_tb_high()

Sets EVM limits for a pilot subcarrier in 802.11ax trigger-based signals, when transmit power is larger than the maximum power of MCS 7.

return:

evm_pilot: (float or boolean) numeric | ON | OFF Additional parameters: OFF | ON (disables | enables the limit check)

get_tb_low() float[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:MEValuation:LIMit:MODulation:HEOFdm:EVMPilot:TBLow
value: float or bool = driver.configure.multiEval.limit.modulation.heOfdm.evmPilot.get_tb_low()

Sets EVM limits for a pilot subcarrier in 802.11ax trigger-based signals, when transmit power is less than or equal to the maximum power of MCS 7.

return:

evm_pilot: (float or boolean) numeric | ON | OFF Range: -100 dB to 0 dB Additional parameters: OFF | ON (disables | enables the limit check)

get_value() float[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:MEValuation:LIMit:MODulation:HEOFdm:EVMPilot
value: float or bool = driver.configure.multiEval.limit.modulation.heOfdm.evmPilot.get_value()

Defines and activates an upper limit for the error vector magnitude (EVM) of the pilot carriers in 802.11ax signals.

return:

evm_pilot: (float or boolean) numeric | ON | OFF Range: -100 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit check)

set_tb_high(evm_pilot: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:MEValuation:LIMit:MODulation:HEOFdm:EVMPilot:TBHigh
driver.configure.multiEval.limit.modulation.heOfdm.evmPilot.set_tb_high(evm_pilot = 1.0)

Sets EVM limits for a pilot subcarrier in 802.11ax trigger-based signals, when transmit power is larger than the maximum power of MCS 7.

param evm_pilot:

(float or boolean) numeric | ON | OFF Additional parameters: OFF | ON (disables | enables the limit check)

set_tb_low(evm_pilot: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:MEValuation:LIMit:MODulation:HEOFdm:EVMPilot:TBLow
driver.configure.multiEval.limit.modulation.heOfdm.evmPilot.set_tb_low(evm_pilot = 1.0)

Sets EVM limits for a pilot subcarrier in 802.11ax trigger-based signals, when transmit power is less than or equal to the maximum power of MCS 7.

param evm_pilot:

(float or boolean) numeric | ON | OFF Range: -100 dB to 0 dB Additional parameters: OFF | ON (disables | enables the limit check)

set_value(evm_pilot: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:MEValuation:LIMit:MODulation:HEOFdm:EVMPilot
driver.configure.multiEval.limit.modulation.heOfdm.evmPilot.set_value(evm_pilot = 1.0)

Defines and activates an upper limit for the error vector magnitude (EVM) of the pilot carriers in 802.11ax signals.

param evm_pilot:

(float or boolean) numeric | ON | OFF Range: -100 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit check)