Skip to content

PaLevel

rf24_py.PaLevel

Bases: Enum

Power Amplifier level. The units dBm (decibel-milliwatts or dBmW) represents a logarithmic signal loss.

Attributes:

  • Min (PaLevel) –
    nRF24L01 Si24R1 with
    LNA Enabled
    Si24R1 with
    LNA Disabled
    -18 dBm -6 dBm -12 dBm
  • Low (PaLevel) –
    nRF24L01 Si24R1 with
    LNA Enabled
    Si24R1 with
    LNA Disabled
    -12 dBm 0 dBm -4 dBm
  • High (PaLevel) –
    nRF24L01 Si24R1 with
    LNA Enabled
    Si24R1 with
    LNA Disabled
    -6 dBm 3 dBm 1 dBm
  • Max (PaLevel) –
    nRF24L01 Si24R1 with
    LNA Enabled
    Si24R1 with
    LNA Disabled
    0 dBm 7 dBm 4 dBm

Min: PaLevel = ... class-attribute instance-attribute

Low: PaLevel = ... class-attribute instance-attribute

High: PaLevel = ... class-attribute instance-attribute

Max: PaLevel = ... class-attribute instance-attribute