display_id#
- query_interact.display_id(p0: str) int #
Causes the node located for the query to be reported.
This command is used with query_interact: search closest_node to get reporting of the actual node that was used for the query.- Args:
- p0:
‘toggle’
ON
OFF
- 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") ensight.query_interact.select_varname_begin("pressure") ensight.query_interact.query("cursor") ensight.query_interact.search("closest_node") ensight.query_interact.display_id("ON") ensight.query_interact.create(12.0,15.1,10.3)
- Returns:
zero on success, non-zero on error