Malgorithm

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:MALGorithm:LENergy
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:MALGorithm:BRATe
class MalgorithmCls[source]

Malgorithm commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_brate() PatternIndependent[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:MALGorithm:BRATe
value: enums.PatternIndependent = driver.configure.multiEval.malgorithm.get_brate()

No command help available

return:

pattern_independent: No help available

get_low_energy() PatternIndependent[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:MALGorithm:LENergy
value: enums.PatternIndependent = driver.configure.multiEval.malgorithm.get_low_energy()

No command help available

return:

pattern_independent: No help available

set_brate(pattern_independent: PatternIndependent) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:MALGorithm:BRATe
driver.configure.multiEval.malgorithm.set_brate(pattern_independent = enums.PatternIndependent.PINDependent)

No command help available

param pattern_independent:

No help available

set_low_energy(pattern_independent: PatternIndependent) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:MALGorithm:LENergy
driver.configure.multiEval.malgorithm.set_low_energy(pattern_independent = enums.PatternIndependent.PINDependent)

No command help available

param pattern_independent:

No help available