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

Specifies the packet type of the measured signal for LE uncoded PHY (LE 1M and LE 2M) . Data channel packet cannot be selected. It is only automatically selected in combined signal path with LE connection tests.

return:

le_packet_type: RFPHytest | ADVertiser | RFCTe 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.inputSignal.ptype.lowEnergy.get_le_2_m()

Specifies the packet type of the measured signal for LE uncoded PHY (LE 1M and LE 2M) . Data channel packet cannot be selected. It is only automatically selected in combined signal path with LE connection tests.

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.inputSignal.ptype.lowEnergy.get_lrange()

Specifies the packet type of the measured signal for LE coded PHY. Data channel packet cannot be selected. It is only automatically selected in combined signal path with LE connection tests.

return:

le_lr_packet_type: RFPHytest | ADVertiser 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.inputSignal.ptype.lowEnergy.set_le_1_m(le_packet_type = enums.LePacketType.ADVertiser)

Specifies the packet type of the measured signal for LE uncoded PHY (LE 1M and LE 2M) . Data channel packet cannot be selected. It is only automatically selected in combined signal path with LE connection tests.

param le_packet_type:

RFPHytest | ADVertiser | RFCTe 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.inputSignal.ptype.lowEnergy.set_le_2_m(ele_packet_type = enums.LePacketType.ADVertiser)

Specifies the packet type of the measured signal for LE uncoded PHY (LE 1M and LE 2M) . Data channel packet cannot be selected. It is only automatically selected in combined signal path with LE connection tests.

param ele_packet_type:

RFPHytest | ADVertiser | RFCTe 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.inputSignal.ptype.lowEnergy.set_lrange(le_lr_packet_type = enums.LePacketType.ADVertiser)

Specifies the packet type of the measured signal for LE coded PHY. Data channel packet cannot be selected. It is only automatically selected in combined signal path with LE connection tests.

param le_lr_packet_type:

RFPHytest | ADVertiser RFPHytest: LE test packet ADVertiser: air interface packet with advertising channel PDU