Nmode

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PHY:NMODe:LENergy
class Nmode[source]

Nmode commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_low_energy()RsCmwBluetoothSig.enums.LePhysicalType[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PHY:NMODe:LENergy
value: enums.LePhysicalType = driver.configure.connection.phy.nmode.get_low_energy()
Selects the physical layer used for LE connections.

INTRO_CMD_HELP: Defines the Bluetooth burst type. The command is relevant for:

  • Command for LE direct test mode: ..:PHY:LENergy

INTRO_CMD_HELP: Defines the Bluetooth burst type. The command is relevant for:

  • Command for LE connection tests (normal mode) : ..:PHY:NMODe:LENergy

INTRO_CMD_HELP: Defines the Bluetooth burst type. The command is relevant for:

  • Command for LE test mode: ..:TCONnection:PHY:LENergy

return

phy: LE1M | LE2M | LELR LE1M: LE 1 Msymbol/s uncoded PHY LE2M: LE 2 Msymbol/s uncoded PHY LELR: LE 1 Msymbol/s long range (LE coded PHY)

set_low_energy(phy: RsCmwBluetoothSig.enums.LePhysicalType)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PHY:NMODe:LENergy
driver.configure.connection.phy.nmode.set_low_energy(phy = enums.LePhysicalType.LE1M)
Selects the physical layer used for LE connections.

INTRO_CMD_HELP: Defines the Bluetooth burst type. The command is relevant for:

  • Command for LE direct test mode: ..:PHY:LENergy

INTRO_CMD_HELP: Defines the Bluetooth burst type. The command is relevant for:

  • Command for LE connection tests (normal mode) : ..:PHY:NMODe:LENergy

INTRO_CMD_HELP: Defines the Bluetooth burst type. The command is relevant for:

  • Command for LE test mode: ..:TCONnection:PHY:LENergy

param phy

LE1M | LE2M | LELR LE1M: LE 1 Msymbol/s uncoded PHY LE2M: LE 2 Msymbol/s uncoded PHY LELR: LE 1 Msymbol/s long range (LE coded PHY)