LowEnergy

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:LENergy:SYNWord
CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:LENergy:PHY
class LowEnergyCls[source]

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

get_phy() LePhysicalType[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:LENergy:PHY
value: enums.LePhysicalType = driver.configure.inputSignal.lowEnergy.get_phy()

Selects the physical layer used for LE measurements. For the combined signal path scenario, use CONFigure:BLUetooth:SIGN<i>:CONNection:PHY:LENergy

return:

phy: LE1M | LE2M | LELR LE1M: LE 1 Msymbol/s uncoded PHY LE2M: LE 2 Msymbol/s uncoded PHY LELR: LE 1 Msymbol/s long range (LE coded PHY)

get_syn_word() str[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:LENergy:SYNWord
value: str = driver.configure.inputSignal.lowEnergy.get_syn_word()

Specifies the synchronization word used during direct test mode. For the combined signal path scenario, use CONFigure:BLUetooth:SIGN<i>:CONNection:SYNWord:LENergy

return:

synch_word: hex Range: #H0 to #HFFFFFFFF

set_phy(phy: LePhysicalType) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:LENergy:PHY
driver.configure.inputSignal.lowEnergy.set_phy(phy = enums.LePhysicalType.LE1M)

Selects the physical layer used for LE measurements. For the combined signal path scenario, use CONFigure:BLUetooth:SIGN<i>:CONNection:PHY:LENergy

param phy:

LE1M | LE2M | LELR LE1M: LE 1 Msymbol/s uncoded PHY LE2M: LE 2 Msymbol/s uncoded PHY LELR: LE 1 Msymbol/s long range (LE coded PHY)

set_syn_word(synch_word: str) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:LENergy:SYNWord
driver.configure.inputSignal.lowEnergy.set_syn_word(synch_word = rawAbc)

Specifies the synchronization word used during direct test mode. For the combined signal path scenario, use CONFigure:BLUetooth:SIGN<i>:CONNection:SYNWord:LENergy

param synch_word:

hex Range: #H0 to #HFFFFFFFF