Mratio
SCPI Command :
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy[:LE1M]:MRATio
- class MratioCls[source]
Mratio commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class MratioStruct[source]
Response structure. Fields:
Mod_Ratio: float: No parameter help available
Mod_Ratio_Enabled: bool: Disable/enable limit checking
- get() MratioStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy[:LE1M]:MRATio value: MratioStruct = driver.configure.bluetooth.measurement.multiEval.limit.lowEnergy.le1M.mratio.get()
Sets or queries the modulation ratio limit Δf2 avg / Δf1 avg for LE 1M PHY (…:LE1M…) and LE 2M PHY (…:LE2M…) .
- return:
structure: for return value, see the help for MratioStruct structure arguments.
- set(mod_ratio: float, mod_ratio_enabled: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy[:LE1M]:MRATio driver.configure.bluetooth.measurement.multiEval.limit.lowEnergy.le1M.mratio.set(mod_ratio = 1.0, mod_ratio_enabled = False)
Sets or queries the modulation ratio limit Δf2 avg / Δf1 avg for LE 1M PHY (…:LE1M…) and LE 2M PHY (…:LE2M…) .
- param mod_ratio:
No help available
- param mod_ratio_enabled:
Disable/enable limit checking