LowEnergy
SCPI Commands :
CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:PTYPe:LENergy[:LE1M]
CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:PTYPe:LENergy:LRANge
CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:PTYPe:LENergy:LE2M
- class LowEnergyCls[source]
LowEnergy commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_le_1_m() LePacketType[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:PTYPe:LENergy[:LE1M] value: enums.LePacketType = driver.configure.bluetooth.measurement.inputSignal.ptype.lowEnergy.get_le_1_m()
Specifies the packet type of the measured LE signal.
- return:
le_packet_type: RFPHytest: LE test packet ADVertiser: air interface packet with advertising channel PDU RFCTe: LE with CTE test packet
- get_le_2_m() LePacketType[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:PTYPe:LENergy:LE2M value: enums.LePacketType = driver.configure.bluetooth.measurement.inputSignal.ptype.lowEnergy.get_le_2_m()
Specifies the packet type of the measured LE signal.
- return:
ele_packet_type: No help available
- get_lrange() LePacketType[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:PTYPe:LENergy:LRANge value: enums.LePacketType = driver.configure.bluetooth.measurement.inputSignal.ptype.lowEnergy.get_lrange()
Specifies the packet type of the measured signal for LE coded PHY.
- return:
le_lr_packet_type: RFPHytest: LE test packet ADVertiser: air interface packet with advertising channel PDU
- set_le_1_m(le_packet_type: LePacketType) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:PTYPe:LENergy[:LE1M] driver.configure.bluetooth.measurement.inputSignal.ptype.lowEnergy.set_le_1_m(le_packet_type = enums.LePacketType.ADVertiser)
Specifies the packet type of the measured LE signal.
- param le_packet_type:
RFPHytest: LE test packet ADVertiser: air interface packet with advertising channel PDU RFCTe: LE with CTE test packet
- set_le_2_m(ele_packet_type: LePacketType) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:PTYPe:LENergy:LE2M driver.configure.bluetooth.measurement.inputSignal.ptype.lowEnergy.set_le_2_m(ele_packet_type = enums.LePacketType.ADVertiser)
Specifies the packet type of the measured LE signal.
- param ele_packet_type:
RFPHytest: LE test packet ADVertiser: air interface packet with advertising channel PDU RFCTe: LE with CTE test packet
- set_lrange(le_lr_packet_type: LePacketType) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:PTYPe:LENergy:LRANge driver.configure.bluetooth.measurement.inputSignal.ptype.lowEnergy.set_lrange(le_lr_packet_type = enums.LePacketType.ADVertiser)
Specifies the packet type of the measured signal for LE coded PHY.
- param le_lr_packet_type:
RFPHytest: LE test packet ADVertiser: air interface packet with advertising channel PDU