reader_option#

data.reader_option(p0: str) int#

Set user defined reader (UDR) optional flag. The availability of the options depends on the user defined reader.

Available only for user defined readers, and then only for those readers that define one or more options.
Args:
p0:

‘option’ Name of the option and any data that describes the option state

Examples:
ensight.data.format("LS-DYNA3D_2.04")
ensight.data.reader_option("'Enable Failed Elems' ON")
Returns:

zero on success, non-zero on error