LowEnergy

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:ITENd:LENergy:LE1M
CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:ITENd:LENergy:LE2M
class LowEnergy[source]

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

get_le_1_m()bool[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:ITENd:LENergy:LE1M
value: bool = driver.configure.rxQuality.itend.lowEnergy.get_le_1_m()

Specifies, whether the R&S CMW ignores the DUT´s response to end of direction finding tests.

return

ignore_test_end: OFF | ON

get_le_2_m()bool[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:ITENd:LENergy:LE2M
value: bool = driver.configure.rxQuality.itend.lowEnergy.get_le_2_m()

Specifies, whether the R&S CMW ignores the DUT´s response to end of direction finding tests.

return

ignore_test_end: OFF | ON

set_le_1_m(ignore_test_end: bool)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:ITENd:LENergy:LE1M
driver.configure.rxQuality.itend.lowEnergy.set_le_1_m(ignore_test_end = False)

Specifies, whether the R&S CMW ignores the DUT´s response to end of direction finding tests.

param ignore_test_end

OFF | ON

set_le_2_m(ignore_test_end: bool)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:ITENd:LENergy:LE2M
driver.configure.rxQuality.itend.lowEnergy.set_le_2_m(ignore_test_end = False)

Specifies, whether the R&S CMW ignores the DUT´s response to end of direction finding tests.

param ignore_test_end

OFF | ON