sos_auto_distrib#

data.sos_auto_distrib(p0: str) int#

When using EnSight SOS data can be automatically decomposed by either the EnSight server or by User Defined Readers which implement this capability (e.g. Silo, ExodusII, CTH). This command indicates which component will be responsible for decomposition.

Args:
p0:

‘value’

  • dont

  • server

  • reader

Examples:
ensight.data.binary_files_are("big_endian")
ensight.data.format("case")
ensight.data.shift_time(1.000000,0.000000,0.000000)
ensight.data.resource("/usr/tmp/localhost.res")
ensight.data.sos_pass_wildcards("NO")
ensight.data.sos_auto_distrib("server")
ensight.data.replace("/usr/tmp/decomposed_data.*.case")
Returns:

zero on success, non-zero on error