operation_factor1#
- query_ent_var.operation_factor1(p0: float) int #
Specify the scale factor to apply to the one or two existing queries of an operation query.
This command must lie between either a “query_ent_var: begin” and “query_ent_var: end” pair, or a “query_ent_var: modify_begin” and “query_ent_var: modify_end” pair.- Args:
- p0:
‘scale’ value to scale the respective query by
- Examples:
ensight.query_ent_var.begin() ensight.query_ent_var.description("") ensight.query_ent_var.query_type("operation") ensight.query_ent_var.operation_factor1(2.0000e+00) ensight.query_ent_var.operation_factor2(-1.5000e+01) ensight.query_ent_var.operation_query1byname("Distance","vs.","temp","for","line","tool") ensight.query_ent_var.operation_query2byname("Time","vs.","temp","for","Node",1) ensight.query_ent_var.end() ensight.query_ent_var.query()
- Returns:
zero on success, non-zero on error