Main.Accert.extract_variable_info_on_name#

Accert.extract_variable_info_on_name(c, var_id)[source]#

Extracts variable info based on a specific variable name.

Parameters:
  • c (MySQLCursor) – MySQLCursor class instantiates objects that can execute MySQL statements.

  • var_id (str) – Variable ID.

Returns:

var_info – Variable info including variable name and variable unit

Return type:

List[str]