Malgorithm

SCPI Commands

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

Malgorithm commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_brate()RsCmwBluetoothMeas.enums.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()RsCmwBluetoothMeas.enums.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: RsCmwBluetoothMeas.enums.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: RsCmwBluetoothMeas.enums.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