getFieldInfo(name)

Return detailed information about field (source)

The list of valid sources is available:

In OpenTX 2.1.x the telemetry sources no longer have a predefined name. To get a telemetry value simply use it's sensor name. For example:

  • Altitude sensor has a name "Alt"

  • to get the current altitude use the source "Alt"

  • to get the minimum altitude use the source "Alt-", to get the maximum use "Alt+"

@status current Introduced in 2.0.8

Parameters

  • name (string) name of the field

Return value

  • table information about requested field, table elements:

    • id (number) field identifier

    • name (string) field name

    • desc (string) field description

  • nil the requested field was not found

Examples

general/getFieldInfo-example

Last updated

Was this helpful?