sos_pass_wildcards#

data.sos_pass_wildcards(p0: int) int#

Depending upon which data format is selected for use with SOS and with EnSight resources, a file name may contain wild card symbols (‘*’). If so, the SOS can enumerate all files that match the wild carding and pass one file per EnSight server; alternatively, it can pass the wild carded name on to each server where it (typically the User Defined Reader) expands wild carded name (such as with the CTH UDR).

Args:
p0:

‘toggle’

  • YES - pass the wild card symbol (‘*’) to the server for evaluation.

  • NO - don’t pass the wild card symbol to the server; SOS will evaluate it.

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