select_varname_begin#

query_interact.select_varname_begin(args: Any) int#

Specifies the variables to be queried.

Args:
p0:

‘varnameN’ names of variables to be queried

Examples:
#WARNING: the following line failed to translate because the function could not be found in the ensight python module
#   Actual error: module 'ensight' has no attribute 'variable'
ensight.sendmesg(r"variable: activate pressure")
#WARNING: the following line failed to translate because the function could not be found in the ensight python module
#   Actual error: module 'ensight' has no attribute 'variable'
ensight.sendmesg(r"variable: activate temperature")
ensight.query_interact.select_varname_begin("pressure","temperature ")
ensight.query_interact.query("cursor")
ensight.query_interact.create(12.0,15.1,10.3)
Returns:

zero on success, non-zero on error