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.bluetooth.measurement.inputSignal.fec.lowEnergy.get_lrange()
Defines S coding for LE coded PHY according to the core specification version 5.0 for Bluetooth wireless technology.
- return:
coding_scheme: Coding S = 8 or S = 2
- set_lrange(coding_scheme: CodingScheme) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:FEC:LENergy:LRANge driver.configure.bluetooth.measurement.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.
- param coding_scheme:
Coding S = 8 or S = 2