show_column

Description

This API performs the function of outputting the Tag Names of the specified Tag Table.

API module path

from api.v2.util.get_tag_name import show_column

Parameters

URL

  • Specifies the URL address where the Mahabase Neo DB is installed.
  • Example

Table

  • Specifies the name of the table that contains the data. Only a single table can be specified.
  • Example
    • table=home (O)
    • table=home.rotor (X)

Example Sample Code (Python)

Results

Check the entire module code.

datahub/api/v2/util/get_tag_name.py at main · machbase/datahub
All Industrial IoT DataHub with data visualization and AI source - machbase/datahub

Back to Top