Frange

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:FRANge
class FrangeCls[source]

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

class FrangeStruct[source]

Response structure. Fields:

  • Flx_Lower: float: numeric Lower limit for the lowest frequency fL relative to center frequency Range: -5 MHz to 0 MHz, Unit: Hz

  • Fhx_Upper: float: numeric Upper limit for the highest frequency fH relative to center frequency Range: 0 MHz to 5 MHz, Unit: Hz

  • Flx_Lower_Enable: bool: OFF | ON Disable or enable limit check for the lowest frequency fL

  • Fhx_Upper_Enable: bool: OFF | ON Disable or enable limit check for the highest frequency fH

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

Defines the limit for the frequency range measurement.

return:

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

set(flx_lower: float, fhx_upper: float, flx_lower_enable: bool, fhx_upper_enable: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:FRANge
driver.configure.multiEval.limit.frange.set(flx_lower = 1.0, fhx_upper = 1.0, flx_lower_enable = False, fhx_upper_enable = False)

Defines the limit for the frequency range measurement.

param flx_lower:

numeric Lower limit for the lowest frequency fL relative to center frequency Range: -5 MHz to 0 MHz, Unit: Hz

param fhx_upper:

numeric Upper limit for the highest frequency fH relative to center frequency Range: 0 MHz to 5 MHz, Unit: Hz

param flx_lower_enable:

OFF | ON Disable or enable limit check for the lowest frequency fL

param fhx_upper_enable:

OFF | ON Disable or enable limit check for the highest frequency fH