Mindex

SCPI Commands

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

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

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

Return the modulation index under the periodic change according to the test specification for Bluetooth wireless technology (10 values) .

INTRO_CMD_HELP: Refer also to the following commands:

  • RF tests:

Commands for BR (..:BRATe..) , LE 1M PHY - uncoded (..:LE1M..) , LE 2M PHY - uncoded (..:LE2M..) , and LE coded PHY (.. :LRANge..) are available. For dirty transmitter parameters according to the test specification for Bluetooth wireless technology, see also ‘Dirty Tx Mode’.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE connection tests (normal mode) :

Commands for uncoded LE 1M PHY (..:NMODe:LENergy:LE1M..) , LE 2M PHY (..:NMODe:LENergy:LE2M..) , and LE coded PHY (.. :NMODe:LENergy:LRANge..) are available.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE test mode:

Commands for uncoded LE 1M PHY (..:TMODe:LENergy:LE1M..) , LE 2M PHY (..:TMODe:LENergy:LE2M..) , and LE coded PHY (.. :TMODe:LENergy:LRANge..) are available.

return

mod_index: float | ON | OFF Range: 0.2 to 0.55

Cloning the Group

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

Subgroups