Tmode

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:STEP:TMODe:LENergy
class Tmode[source]

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

get_low_energy()float[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:STEP:TMODe:LENergy
value: float or bool = driver.configure.rxQuality.search.step.tmode.get_low_energy()
Specifies the power step for the LE search iteration of PER search measurements.

INTRO_CMD_HELP: Refer also to the following commands:

  • For LE connection tests (normal mode) , command for LE 1M PHY - uncoded (..:NMODe:LENergy:LE1M..) is available.

  • For LE test mode, command ..:SEARch:STEP:TMODe:LENergy.. is available.

  • For LE RF tests (direct test mode) , command ..:SEARch:STEP:LENergy.. is available.

return

level_step: numeric Range: 0.01 dB to 5 dB, Unit: dB

set_low_energy(level_step: float)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:STEP:TMODe:LENergy
driver.configure.rxQuality.search.step.tmode.set_low_energy(level_step = 1.0)
Specifies the power step for the LE search iteration of PER search measurements.

INTRO_CMD_HELP: Refer also to the following commands:

  • For LE connection tests (normal mode) , command for LE 1M PHY - uncoded (..:NMODe:LENergy:LE1M..) is available.

  • For LE test mode, command ..:SEARch:STEP:TMODe:LENergy.. is available.

  • For LE RF tests (direct test mode) , command ..:SEARch:STEP:LENergy.. is available.

param level_step

numeric Range: 0.01 dB to 5 dB, Unit: dB