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: numeric | ON | OFF Limit for data rate 6 Mbps Range: -100 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit check)

  • Evm_9_M: float or bool: numeric | ON | OFF Limit for data rate 9 Mbps Range: -100 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit check)

  • Evm_12_M: float or bool: numeric | ON | OFF Limit for data rate 12 Mbps Range: -100 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit check)

  • Evm_18_M: float or bool: numeric | ON | OFF Limit for data rate 18 Mbps Range: -100 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit check)

  • Evm_24_M: float or bool: numeric | ON | OFF Limit for data rate 24 Mbps Range: -100 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit check)

  • Evm_36_M: float or bool: numeric | ON | OFF Limit for data rate 36 Mbps Range: -100 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit check)

  • Evm_48_M: float or bool: numeric | ON | OFF Limit for data rate 48 Mbps Range: -100 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit check)

  • Evm_54_M: float or bool: numeric | ON | OFF Limit for data rate 54 Mbps Range: -100 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit check)

get_cf_error() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:CFERror
value: float or bool = driver.configure.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) numeric | ON | OFF Range: 0 Hz to 100 MHz Additional parameters: OFF | ON (disables | enables the limit check)

get_evm() EvmStruct[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:EVM
value: EvmStruct = driver.configure.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.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) numeric | ON | OFF Range: -100 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit check)

get_iq_offset() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:IQOFfset
value: float or bool = driver.configure.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) numeric | ON | OFF Range: -100 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit check)

get_sc_error() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:SCERror
value: float or bool = driver.configure.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) numeric | ON | OFF Range: 0 ppm to 100 ppm, Unit: ppm Additional parameters: OFF | ON (disables | enables the limit check)

set_cf_error(center_freq_error: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:CFERror
driver.configure.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) numeric | ON | OFF Range: 0 Hz to 100 MHz Additional parameters: OFF | ON (disables | enables the limit check)

set_evm(value: EvmStruct) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:EVM
structure = driver.configure.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.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.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) numeric | ON | OFF Range: -100 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit check)

set_iq_offset(iq_offset: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:IQOFfset
driver.configure.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) numeric | ON | OFF Range: -100 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit check)

set_sc_error(clock_error: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:LOFDm:SCERror
driver.configure.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) numeric | ON | OFF Range: 0 ppm to 100 ppm, Unit: ppm Additional parameters: OFF | ON (disables | enables the limit check)