SoBw

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:SOBW
class SoBwCls[source]

SoBw commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class SoBwStruct[source]

Response structure. Fields:

  • Limit_Threshold: float: numeric Threshold value for ‘high’ vs ‘low’ peak emission bursts Range: -80 dBm to 40 dBm

  • Eq_High_Peak_Upper: float: numeric 20 dB bandwidth limit for ‘high’ peak emission bursts (≥LimitThreshold) Range: 1E-3 MHz to 4 MHz

  • Low_Peak_Upper: float: numeric 20 dB bandwidth limit for ‘low’ peak emission bursts ( LimitThreshold) Range: 1E-3 MHz to 4 MHz

  • Eq_High_Peak_Enable: bool: OFF | ON Disable or enable the 20 dB bandwidth limit for ‘high’ peak emission bursts

  • Low_Peak_Enable: bool: OFF | ON Disable or enable the 20 dB bandwidth limit for ‘low’ peak emission bursts

get() SoBwStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:SOBW
value: SoBwStruct = driver.configure.multiEval.limit.soBw.get()

Defines and enables the limits for the 20 dB bandwidth measurement (BR only) .

return:

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

set(limit_threshold: float, eq_high_peak_upper: float, low_peak_upper: float, eq_high_peak_enable: bool, low_peak_enable: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:SOBW
driver.configure.multiEval.limit.soBw.set(limit_threshold = 1.0, eq_high_peak_upper = 1.0, low_peak_upper = 1.0, eq_high_peak_enable = False, low_peak_enable = False)

Defines and enables the limits for the 20 dB bandwidth measurement (BR only) .

param limit_threshold:

numeric Threshold value for ‘high’ vs ‘low’ peak emission bursts Range: -80 dBm to 40 dBm

param eq_high_peak_upper:

numeric 20 dB bandwidth limit for ‘high’ peak emission bursts (≥LimitThreshold) Range: 1E-3 MHz to 4 MHz

param low_peak_upper:

numeric 20 dB bandwidth limit for ‘low’ peak emission bursts ( LimitThreshold) Range: 1E-3 MHz to 4 MHz

param eq_high_peak_enable:

OFF | ON Disable or enable the 20 dB bandwidth limit for ‘high’ peak emission bursts

param low_peak_enable:

OFF | ON Disable or enable the 20 dB bandwidth limit for ‘low’ peak emission bursts