element_thresholds#

annot_entlbl.element_thresholds(p0: str) int#

Sets method to use for filtering element labels.

This command sets the method. The threshold low and high values are set in associated commands
Args:
p0:

‘filter_setting’

  • low

  • high

  • band

  • low_high

  • none

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