save#
- query_interact.save(p0: str) int #
Specifies the filename into which the Interactive Probe Query Results Table will be saved.
- Args:
- p0:
‘filename’ filename to receive the results table information
- 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("xyz") ensight.query_interact.number_displayed(3) ensight.query_interact.create(12.0,15.1,10.3) ensight.query_interact.create(11.0,15.0,10.1) ensight.query_interact.create(10.0,15.0,10.3) ensight.query_interact.save("/home/users/me/probe.txt")
- Returns:
zero on success, non-zero on error