Mratio

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:BRATe: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: numeric Range: 0 to 2

  • Mod_Ratio_Enabled: bool: OFF | ON Disable/enable limit checking

get() MratioStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:BRATe:MRATio
value: MratioStruct = driver.configure.multiEval.limit.brate.mratio.get()

Specifies the modulation ratio limit Δf2 avg / Δf1 avg for BR bursts.

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:BRATe:MRATio
driver.configure.multiEval.limit.brate.mratio.set(mod_ratio = 1.0, mod_ratio_enabled = False)

Specifies the modulation ratio limit Δf2 avg / Δf1 avg for BR bursts.

param mod_ratio:

numeric Range: 0 to 2

param mod_ratio_enabled:

OFF | ON Disable/enable limit checking