threshold_filter#
- shock.threshold_filter(p0: str) int #
Specify how to filter out segments of the specified shock part, according to the specified threshold variable and value.
- Args:
- p0:
‘option’
<=
>=
- Examples:
ensight.part.select_begin(8) ensight.part.modify_begin() ensight.shock.threshold_filter(">=") ensight.part.modify_end()
- Returns:
zero on success, non-zero on error