threshold_low#
- vctarrow.threshold_low(p0: float) int #
Set the low or high threshold value
Used with vctarrow: thresholds- Args:
- p0:
‘low’ low filter threshold
- p1:
‘high’ high filter threshold
- Examples:
ensight.vctarrow.begin() ensight.vctarrow.variable("VITESSE") ensight.vctarrow.end() ensight.vctarrow.create() ensight.part.select_begin(2) ensight.part.modify_begin() ensight.vctarrow.thresholds("band") ensight.part.modify_end() ensight.part.modify_begin() ensight.vctarrow.threshold_low(5.0000e-1) ensight.part.modify_end() ensight.part.modify_begin() ensight.vctarrow.threshold_high(7.5000e-1) ensight.part.modify_end()
- Returns:
zero on success, non-zero on error