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: Threshold value for ‘high’ vs ‘low’ peak emission bursts.

  • Eq_High_Peak_Upper: float: 20 dB bandwidth limit for ‘high’ peak emission bursts (≥LimitThreshold) .

  • Low_Peak_Upper: float: 20 dB bandwidth limit for ‘low’ peak emission bursts ( LimitThreshold) .

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

  • Low_Peak_Enable: bool: 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.bluetooth.measurement.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.bluetooth.measurement.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:

Threshold value for ‘high’ vs ‘low’ peak emission bursts.

param eq_high_peak_upper:

20 dB bandwidth limit for ‘high’ peak emission bursts (≥LimitThreshold) .

param low_peak_upper:

20 dB bandwidth limit for ‘low’ peak emission bursts ( LimitThreshold) .

param eq_high_peak_enable:

Disable or enable the 20 dB bandwidth limit for ‘high’ peak emission bursts.

param low_peak_enable:

Disable or enable the 20 dB bandwidth limit for ‘low’ peak emission bursts.