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.inputSignal.oslots.lowEnergy.get_le_1_m()

Specifies the number of unused slots between any two occupied slots or slot sequences. Commands for LE 1M PHY (…:LE1M… ) and LE 2M PHY (…:LE2M…) are available.

return:

no_of_off_slots: numeric Range: 1 to 9, Unit: Multiplies of 625 µs

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

Specifies the number of unused slots between any two occupied slots or slot sequences. Commands for LE 1M PHY (…:LE1M… ) and LE 2M PHY (…:LE2M…) are available.

return:

no_of_off_slots: numeric Range: 1 to 9, Unit: Multiplies of 625 µs

get_lrange() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:OSLots:LENergy:LRANge
value: int = driver.configure.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.inputSignal.oslots.lowEnergy.set_le_1_m(no_of_off_slots = 1)

Specifies the number of unused slots between any two occupied slots or slot sequences. Commands for LE 1M PHY (…:LE1M… ) and LE 2M PHY (…:LE2M…) are available.

param no_of_off_slots:

numeric Range: 1 to 9, Unit: Multiplies of 625 µs

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

Specifies the number of unused slots between any two occupied slots or slot sequences. Commands for LE 1M PHY (…:LE1M… ) and LE 2M PHY (…:LE2M…) are available.

param no_of_off_slots:

numeric Range: 1 to 9, Unit: Multiplies of 625 µs

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

No command help available

param no_of_off_slots:

No help available