Main.Accert.update_variable_info_on_name#

Accert.update_variable_info_on_name(c, var_id, var_value, var_unit)[source]#

Updates variable info based on variable name.

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

  • var_id (str) – Variable ID.

  • var_value (float) – Variable value.

  • var_unit (str) – Variable unit.