Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.05 KB

File metadata and controls

55 lines (38 loc) · 1.05 KB

model.getModule(index)

Get RF module parameters

Type values:

  • 0 NONE
  • 1 PPM
  • 2 XJT_PXX1
  • 3 ISRM_PXX2
  • 4 DSM2
  • 5 CROSSFIRE
  • 6 MULTIMODULE
  • 7 R9M_PXX1
  • 8 R9M_PXX2
  • 9 R9M_LITE_PXX1
  • 10 R9M_LITE_PXX2
  • 11 R9M_LITE_PRO_PXX1
  • 12 R9M_LITE_PRO_PXX2
  • 13 SBUS
  • 14 XJT_LITE_PXX2

subType values for XJT_PXX1:

  • -1 OFF
  • 0 D16
  • 1 D8
  • 2 LR12

@status current Introduced in 2.2.0

Parameters

  • index (number) module index (0 for internal, 1 for external)

Return value

  • nil requested module does not exist

  • table module parameters:

  • subType (number) protocol index

  • modelId (number) receiver number

  • firstChannel (number) start channel (0 is CH1)

  • channelsCount (number) number of channels sent to module

  • Type (number) module type

  • if the module type is Multi additional information are available

  • protocol (number) protocol number (Multi only)

  • subProtocol (number) sub-protocol number (Multi only)

  • channelsOrder (number) first 4 channels expected order (Multi only)