node_thresholds#

annot_entlbl.node_thresholds(p0: str) int#

Sets method to use for filtering node 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.node_thresholds("low_high")
ensight.annot_entlbl.node_threshold_low(2)
ensight.annot_entlbl.node_threshold_high(20)
Returns:

zero on success, non-zero on error