LowEnergy

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:FEC:LENergy:LRANge
class LowEnergyCls[source]

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

get_lrange() CodingScheme[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:FEC:LENergy:LRANge
value: enums.CodingScheme = driver.configure.inputSignal.fec.lowEnergy.get_lrange()

Defines S coding for LE coded PHY according to the core specification version 5.0 for Bluetooth wireless technology. For the combined signal path scenario, use CONFigure:BLUetooth:SIGN<i>:CONNection:FEC:LENergy:LRANge

return:

coding_scheme: S8 | S2 Coding S = 8 or S = 2

set_lrange(coding_scheme: CodingScheme) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:FEC:LENergy:LRANge
driver.configure.inputSignal.fec.lowEnergy.set_lrange(coding_scheme = enums.CodingScheme.S2)

Defines S coding for LE coded PHY according to the core specification version 5.0 for Bluetooth wireless technology. For the combined signal path scenario, use CONFigure:BLUetooth:SIGN<i>:CONNection:FEC:LENergy:LRANge

param coding_scheme:

S8 | S2 Coding S = 8 or S = 2