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: Lower limit for the lowest frequency fL relative to center frequency
Fhx_Upper: float: Upper limit for the highest frequency fH relative to center frequency
Flx_Lower_Enable: bool: Disable or enable limit check for the lowest frequency fL
Fhx_Upper_Enable: bool: 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.bluetooth.measurement.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.bluetooth.measurement.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:
Lower limit for the lowest frequency fL relative to center frequency
- param fhx_upper:
Upper limit for the highest frequency fH relative to center frequency
- param flx_lower_enable:
Disable or enable limit check for the lowest frequency fL
- param fhx_upper_enable:
Disable or enable limit check for the highest frequency fH