autoscale#
- texture.autoscale(p0: str) int #
Sets the state of temporal autoscaling for the currently selected texture. If enabled, the time limits for the texture will always be the minimum and maximum solution times currently loaded into EnSight.
- Args:
- p0:
‘toggle’
ON
OFF
- Examples:
ensight.texture.select(1) ensight.texture.autoscale("ON")
- Returns:
zero on success, non-zero on error