Returns the canonical name of the variable.
Last updated 1 month ago
property canonical_name: str
from glider import * def query(): state_variables = ( StateVariables() .exec(5) ) print(state_variables[0].canonical_name) return state_variables