Lofdm

SCPI Commands :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:EVM
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:EVMPilot
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:IQOFfset
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:CFERror
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:SCERror
class LofdmCls[source]

Lofdm commands group definition. 5 total commands, 0 Subgroups, 5 group commands

class EvmStruct[source]

Structure for setting input parameters. Fields:

  • Evm_6_M: float or bool: Limit for data rate 6 Mbit/s

  • Evm_9_M: float or bool: Limit for data rate 9 Mbit/s

  • Evm_12_M: float or bool: Limit for data rate 12 Mbit/s

  • Evm_18_M: float or bool: Limit for data rate 18 Mbit/s

  • Evm_24_M: float or bool: Limit for data rate 24 Mbit/s

  • Evm_36_M: float or bool: Limit for data rate 36 Mbit/s

  • Evm_48_M: float or bool: Limit for data rate 48 Mbit/s

  • Evm_54_M: float or bool: Limit for data rate 54 Mbit/s

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

Defines and activates an upper limit for the center frequency error (802.11a/g, OFDM) .

return:

center_freq_error: (float or boolean) No help available

get_evm() EvmStruct[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:EVM
value: EvmStruct = driver.configure.wlanMeas.multiEval.limit.modulation.lofdm.get_evm()

Defines and activates upper limits for the error vector magnitude (EVM) of the data carriers (802.11a/g, OFDM) .

return:

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

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

Defines and activates an upper limit for the error vector magnitude (EVM) of the pilot carriers (802.11a/g, OFDM) .

return:

evm_pilot: (float or boolean) No help available

get_iq_offset() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:IQOFfset
value: float or bool = driver.configure.wlanMeas.multiEval.limit.modulation.lofdm.get_iq_offset()

Defines and activates an upper limit for the I/Q origin offset (802.11a/g, OFDM) .

return:

iq_offset: (float or boolean) No help available

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

Defines and activates an upper limit for the symbol clock error (802.11a/g, OFDM) .

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:LOFDm:CFERror
driver.configure.wlanMeas.multiEval.limit.modulation.lofdm.set_cf_error(center_freq_error = 1.0)

Defines and activates an upper limit for the center frequency error (802.11a/g, OFDM) .

param center_freq_error:

(float or boolean) No help available

set_evm(value: EvmStruct) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:EVM
structure = driver.configure.wlanMeas.multiEval.limit.modulation.lofdm.EvmStruct()
structure.Evm_6_M: float or bool = 1.0
structure.Evm_9_M: float or bool = 1.0
structure.Evm_12_M: float or bool = 1.0
structure.Evm_18_M: float or bool = 1.0
structure.Evm_24_M: float or bool = 1.0
structure.Evm_36_M: float or bool = 1.0
structure.Evm_48_M: float or bool = 1.0
structure.Evm_54_M: float or bool = 1.0
driver.configure.wlanMeas.multiEval.limit.modulation.lofdm.set_evm(value = structure)

Defines and activates upper limits for the error vector magnitude (EVM) of the data carriers (802.11a/g, OFDM) .

param value:

see the help for EvmStruct structure arguments.

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

Defines and activates an upper limit for the error vector magnitude (EVM) of the pilot carriers (802.11a/g, OFDM) .

param evm_pilot:

(float or boolean) No help available

set_iq_offset(iq_offset: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:IQOFfset
driver.configure.wlanMeas.multiEval.limit.modulation.lofdm.set_iq_offset(iq_offset = 1.0)

Defines and activates an upper limit for the I/Q origin offset (802.11a/g, OFDM) .

param iq_offset:

(float or boolean) No help available

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

Defines and activates an upper limit for the symbol clock error (802.11a/g, OFDM) .

param clock_error:

(float or boolean) No help available