LowEnergy

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:OSLots:LENergy[:LE1M]
CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:OSLots:LENergy:LRANge
CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:OSLots:LENergy:LE2M
class LowEnergyCls[source]

LowEnergy commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_le_1_m() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:OSLots:LENergy[:LE1M]
value: int = driver.configure.bluetooth.measurement.inputSignal.oslots.lowEnergy.get_le_1_m()

No command help available

return:

no_of_off_slots: No help available

get_le_2_m() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:OSLots:LENergy:LE2M
value: int = driver.configure.bluetooth.measurement.inputSignal.oslots.lowEnergy.get_le_2_m()

No command help available

return:

no_of_off_slots: No help available

get_lrange() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:OSLots:LENergy:LRANge
value: int = driver.configure.bluetooth.measurement.inputSignal.oslots.lowEnergy.get_lrange()

No command help available

return:

no_of_off_slots: No help available

set_le_1_m(no_of_off_slots: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:OSLots:LENergy[:LE1M]
driver.configure.bluetooth.measurement.inputSignal.oslots.lowEnergy.set_le_1_m(no_of_off_slots = 1)

No command help available

param no_of_off_slots:

No help available

set_le_2_m(no_of_off_slots: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:OSLots:LENergy:LE2M
driver.configure.bluetooth.measurement.inputSignal.oslots.lowEnergy.set_le_2_m(no_of_off_slots = 1)

No command help available

param no_of_off_slots:

No help available

set_lrange(no_of_off_slots: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:OSLots:LENergy:LRANge
driver.configure.bluetooth.measurement.inputSignal.oslots.lowEnergy.set_lrange(no_of_off_slots = 1)

No command help available

param no_of_off_slots:

No help available