LowEnergy

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PTYPe:LENergy:LE1M
CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PTYPe:LENergy:LRANge
CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PTYPe:LENergy:LE2M
class LowEnergy[source]

LowEnergy commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

get_le_1_m()RsCmwBluetoothSig.enums.LePacketType2[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PTYPe:LENergy[:LE1M]
value: enums.LePacketType2 = driver.configure.connection.packets.ptype.lowEnergy.get_le_1_m()

Specifies the type of the LE test packet. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M.. ) are available.

return

packet_type: RFPHytest | RFCTe ‘RFPHytest’: test packet according to Bluetooth specification up to version 5.0 ‘RFCTe’: test packet with CTE according to Bluetooth specification version 5.1

get_le_2_m()RsCmwBluetoothSig.enums.LePacketType2[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PTYPe:LENergy:LE2M
value: enums.LePacketType2 = driver.configure.connection.packets.ptype.lowEnergy.get_le_2_m()

Specifies the type of the LE test packet. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M.. ) are available.

return

packet_type: RFPHytest | RFCTe ‘RFPHytest’: test packet according to Bluetooth specification up to version 5.0 ‘RFCTe’: test packet with CTE according to Bluetooth specification version 5.1

get_lrange()RsCmwBluetoothSig.enums.LePacketType2[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PTYPe:LENergy:LRANge
value: enums.LePacketType2 = driver.configure.connection.packets.ptype.lowEnergy.get_lrange()

No command help available

return

packet_type: No help available

set_le_1_m(packet_type: RsCmwBluetoothSig.enums.LePacketType2)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PTYPe:LENergy[:LE1M]
driver.configure.connection.packets.ptype.lowEnergy.set_le_1_m(packet_type = enums.LePacketType2.RFCTe)

Specifies the type of the LE test packet. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M.. ) are available.

param packet_type

RFPHytest | RFCTe ‘RFPHytest’: test packet according to Bluetooth specification up to version 5.0 ‘RFCTe’: test packet with CTE according to Bluetooth specification version 5.1

set_le_2_m(packet_type: RsCmwBluetoothSig.enums.LePacketType2)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PTYPe:LENergy:LE2M
driver.configure.connection.packets.ptype.lowEnergy.set_le_2_m(packet_type = enums.LePacketType2.RFCTe)

Specifies the type of the LE test packet. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M.. ) are available.

param packet_type

RFPHytest | RFCTe ‘RFPHytest’: test packet according to Bluetooth specification up to version 5.0 ‘RFCTe’: test packet with CTE according to Bluetooth specification version 5.1

set_lrange(packet_type: RsCmwBluetoothSig.enums.LePacketType2)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PTYPe:LENergy:LRANge
driver.configure.connection.packets.ptype.lowEnergy.set_lrange(packet_type = enums.LePacketType2.RFCTe)

No command help available

param packet_type

No help available