Dsss

SCPI Commands :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:DSSS:EVMRms
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:DSSS:EVMPeak
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:DSSS:IQOFfset
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:DSSS:CFERror
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:DSSS:CCERror
class DsssCls[source]

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

get_cc_error() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:DSSS:CCERror
value: float or bool = driver.configure.multiEval.limit.modulation.dsss.get_cc_error()

Defines and activates an upper limit for the chip clock error (transmission scheme DSSS) .

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)

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

Defines and activates an upper limit for the center frequency error (transmission scheme DSSS) .

return:

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

get_evm_ems() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:DSSS:EVMRms
value: float or bool = driver.configure.multiEval.limit.modulation.dsss.get_evm_ems()

Defines and activates upper limits for the error vector magnitude (EVM) RMS values of the data carriers (transmission scheme DSSS) .

return:

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

get_evm_peak() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:DSSS:EVMPeak
value: float or bool = driver.configure.multiEval.limit.modulation.dsss.get_evm_peak()

Defines and activates upper limits for the error vector magnitude (EVM) peak values of the data carriers (transmission scheme DSSS) .

return:

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

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

Defines and activates an upper limit for the I/Q origin offset (transmission scheme DSSS) .

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)

set_cc_error(clock_error: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:DSSS:CCERror
driver.configure.multiEval.limit.modulation.dsss.set_cc_error(clock_error = 1.0)

Defines and activates an upper limit for the chip clock error (transmission scheme DSSS) .

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)

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

Defines and activates an upper limit for the center frequency error (transmission scheme DSSS) .

param freq_error:

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

set_evm_ems(evm_rms: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:DSSS:EVMRms
driver.configure.multiEval.limit.modulation.dsss.set_evm_ems(evm_rms = 1.0)

Defines and activates upper limits for the error vector magnitude (EVM) RMS values of the data carriers (transmission scheme DSSS) .

param evm_rms:

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

set_evm_peak(evm_peak: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:DSSS:EVMPeak
driver.configure.multiEval.limit.modulation.dsss.set_evm_peak(evm_peak = 1.0)

Defines and activates upper limits for the error vector magnitude (EVM) peak values of the data carriers (transmission scheme DSSS) .

param evm_peak:

(float or boolean) numeric | ON | OFF Range: 0 % to 100 % 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:DSSS:IQOFfset
driver.configure.multiEval.limit.modulation.dsss.set_iq_offset(iq_offset = 1.0)

Defines and activates an upper limit for the I/Q origin offset (transmission scheme DSSS) .

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)