description#
- query_ent_var.description(p0: str) int #
Specify the text description for the query entity.
This command must lie between a “query_ent_var: begin” and “query_ent_var: end” pair.- Args:
- p0:
‘desc’ text description for the query entity
- Examples:
ensight.curve.select_begin(1,"curve:","select_begin","part:","select_begin",2) ensight.query_ent_var.begin() ensight.query_ent_var.description("Temp Vs. Time") # WARNING: following line includes OBSOLETE call (ensight.query_ent_var.type). ensight.query_ent_var.type("time") ensight.query_ent_var.number_of_sample_pts(10) ensight.query_ent_var.begin_simtime(2.2300e+02) ensight.query_ent_var.end_simtime(4.8800e+02) ensight.query_ent_var.constrain("cursor") ensight.query_ent_var.sample_by("value") ensight.query_ent_var.cursor_loc(1.4870e+00,4.3663e-01,1.1934e+01) # WARNING: following line includes OBSOLETE call (ensight.query_ent_var.variable). ensight.query_ent_var.variable("temp") ensight.query_ent_var.end() ensight.query_ent_var.query() ensight.curve.select_begin(2)
- Returns:
zero on success, non-zero on error