EhtOfdm

SCPI Commands :

CONFigure:WLAN:MEASurement<instance>:MEValuation:LIMit:MODulation:EHTofdm:EVMall
CONFigure:WLAN:MEASurement<instance>:MEValuation:LIMit:MODulation:EHTofdm:EVMPilot
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:EHTofdm:CFERror
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:EHTofdm:SCERror
class EhtOfdmCls[source]

EhtOfdm commands group definition. 6 total commands, 2 Subgroups, 4 group commands

class EvmAllStruct[source]

Structure for setting input parameters. Fields:

  • Evm_Br_12: float or bool: No parameter help available

  • Evm_Qr_12: float or bool: No parameter help available

  • Evm_Qr_34: float or bool: No parameter help available

  • Evm_16_Qam_12: float or bool: No parameter help available

  • Evm_16_Qam_34: float or bool: No parameter help available

  • Evm_64_Qam_23: float or bool: No parameter help available

  • Evm_64_Qam_34: float or bool: No parameter help available

  • Evm_64_Qam_56: float or bool: No parameter help available

  • Evm_256_Qam_34: float or bool: No parameter help available

  • Evm_256_Qam_56: float or bool: No parameter help available

  • Evm_1024_Qam_34: float or bool: No parameter help available

  • Evm_1024_Qam_56: float or bool: No parameter help available

  • Evm_4096_Qam_34: float or bool: No parameter help available

  • Evm_4096_Qam_56: float or bool: No parameter help available

  • Evm_Bdcm: float or bool: No parameter help available

  • Evm_Bdcmd_Up: float or bool: No parameter help available

get_cf_error() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:EHTofdm:CFERror
value: float or bool = driver.configure.multiEval.limit.modulation.ehtOfdm.get_cf_error()

No command help available

return:

center_freq_error: (float or boolean) No help available

get_evm_all() EvmAllStruct[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:MEValuation:LIMit:MODulation:EHTofdm:EVMall
value: EvmAllStruct = driver.configure.multiEval.limit.modulation.ehtOfdm.get_evm_all()

No command help available

return:

structure: for return value, see the help for EvmAllStruct structure arguments.

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

No command help available

return:

evm_pilot: (float or boolean) No help available

get_sc_error() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:EHTofdm:SCERror
value: float or bool = driver.configure.multiEval.limit.modulation.ehtOfdm.get_sc_error()

No command help available

return:

clock_error: (float or boolean) No help available

set_cf_error(center_freq_error: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:EHTofdm:CFERror
driver.configure.multiEval.limit.modulation.ehtOfdm.set_cf_error(center_freq_error = 1.0)

No command help available

param center_freq_error:

(float or boolean) No help available

set_evm_all(value: EvmAllStruct) None[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:MEValuation:LIMit:MODulation:EHTofdm:EVMall
structure = driver.configure.multiEval.limit.modulation.ehtOfdm.EvmAllStruct()
structure.Evm_Br_12: float or bool = 1.0
structure.Evm_Qr_12: float or bool = 1.0
structure.Evm_Qr_34: float or bool = 1.0
structure.Evm_16_Qam_12: float or bool = 1.0
structure.Evm_16_Qam_34: float or bool = 1.0
structure.Evm_64_Qam_23: float or bool = 1.0
structure.Evm_64_Qam_34: float or bool = 1.0
structure.Evm_64_Qam_56: float or bool = 1.0
structure.Evm_256_Qam_34: float or bool = 1.0
structure.Evm_256_Qam_56: float or bool = 1.0
structure.Evm_1024_Qam_34: float or bool = 1.0
structure.Evm_1024_Qam_56: float or bool = 1.0
structure.Evm_4096_Qam_34: float or bool = 1.0
structure.Evm_4096_Qam_56: float or bool = 1.0
structure.Evm_Bdcm: float or bool = 1.0
structure.Evm_Bdcmd_Up: float or bool = 1.0
driver.configure.multiEval.limit.modulation.ehtOfdm.set_evm_all(value = structure)

No command help available

param value:

see the help for EvmAllStruct structure arguments.

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

No command help available

param evm_pilot:

(float or boolean) No help available

set_sc_error(clock_error: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:EHTofdm:SCERror
driver.configure.multiEval.limit.modulation.ehtOfdm.set_sc_error(clock_error = 1.0)

No command help available

param clock_error:

(float or boolean) No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.multiEval.limit.modulation.ehtOfdm.clone()

Subgroups