SmIndex

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SMINdex:LENergy
class SmIndex[source]

SmIndex commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_low_energy()bool[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SMINdex:LENergy
value: bool = driver.configure.rxQuality.smIndex.get_low_energy()

Selects the standard or stable modulation index.

return

mod_index_type: OFF | ON OFF: standard modulation index is used ON: stable modulation index is used

set_low_energy(mod_index_type: bool)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SMINdex:LENergy
driver.configure.rxQuality.smIndex.set_low_energy(mod_index_type = False)

Selects the standard or stable modulation index.

param mod_index_type

OFF | ON OFF: standard modulation index is used ON: stable modulation index is used