Mindex

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:MINDex:BRATe
class Mindex[source]

Mindex commands group definition. 18 total commands, 5 Sub-groups, 1 group commands

get_brate()float[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:MINDex:BRATe
value: float or bool = driver.configure.rfSettings.dtx.sing.mindex.get_brate()

Specifies the modulation corruption of the signal. Modulation index of 0.32 means no corruption.

return

mod_index: numeric | ON | OFF Range: 0.2 to 0.44 Additional ON/OFF enables/disables modulation index.

set_brate(mod_index: float)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:MINDex:BRATe
driver.configure.rfSettings.dtx.sing.mindex.set_brate(mod_index = 1.0)

Specifies the modulation corruption of the signal. Modulation index of 0.32 means no corruption.

param mod_index

numeric | ON | OFF Range: 0.2 to 0.44 Additional ON/OFF enables/disables modulation index.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.rfSettings.dtx.sing.mindex.clone()

Subgroups