element_threshold_high#

annot_entlbl.element_threshold_high(p0: float) int#

Sets the high/low threshold value for element label filtering.

The threshold high/low value is used according to the filter method set in the annot_entlbl: element_thresholds associated command.
Args:
p0:

‘element_id’ high/low threshold element id

Examples:
ensight.annot_entlbl.element_thresholds("band")
ensight.annot_entlbl.element_threshold_low(30)
ensight.annot_entlbl.element_threshold_high(1200)
Returns:

zero on success, non-zero on error