ENS_CASE#

class ansys.api.pyensight.ens_case.ENS_CASE(*args, **kwargs)#

This class acts as a proxy for the EnSight Python class ensight.objs.ENS_CASE

Args:
*args:

Superclass (ENSOBJ) arguments

**kwargs:

Superclass (ENSOBJ) keyword arguments

Methods

ENS_CASE.addchild(*args, **kwargs)

Add a child to an object

ENS_CASE.attrgroupinfo(*args, **kwargs)

Get information about GUI groups for object attributes

ENS_CASE.attrinfo([attrid])

For a given attribute id, return type information

ENS_CASE.attrissensitive(attrid)

Check to see if a given attribute is 'sensitive'

ENS_CASE.attrtree([all, filter, exclude, ...])

Get detailed GUI information for attributes of this object.

ENS_CASE.client_command(*args, **kwargs)

Send a generic command to the server

ENS_CASE.client_command_callback(*args, **kwargs)

Set the client command callback function.

ENS_CASE.creategroup(*args, **kwargs)

Create a group (ENS_GROUP) child

ENS_CASE.datapath_history(*args, **kwargs)

Cache paths for data read history

ENS_CASE.datapath_history_add(*args, **kwargs)

Cache data path to add to history

ENS_CASE.destroy()

Destroy the EnSight object associated with this proxy object

ENS_CASE.directorylisting(*args, **kwargs)

Query file format info

ENS_CASE.get_server_userdata(*args, **kwargs)

Get any pending server-side userdata

ENS_CASE.getattr(attrid)

Query the value of the specified attribute

ENS_CASE.getattrs([attrid, text])

Query the value of a collection of attributes

ENS_CASE.getmetatag(tag)

Get the value of a tag in the METADATA attribute

ENS_CASE.hasmetatag(tag)

Check to see if a tag exists in the METADATA attribute

ENS_CASE.mcf_append(*args, **kwargs)

Add a file to the Multi-File Information

ENS_CASE.mcf_clear(*args, **kwargs)

Clear the Multi-File Information

ENS_CASE.mcf_setgeneratefile(*args, **kwargs)

Create a MCF file with the files specified

ENS_CASE.mcf_setgeneratefilename(*args, **kwargs)

Name of the MCF file to create

ENS_CASE.queryactualformat(*args, **kwargs)

Query actual (SOS case) file format

ENS_CASE.queryfileformat(*args, **kwargs)

Query file format info

ENS_CASE.queryfileformats(*args, **kwargs)

Query all matching file format info

ENS_CASE.queryfilemap(*args, **kwargs)

Query filemap info

ENS_CASE.queryparts(*args, **kwargs)

List part children of this case

ENS_CASE.queryreaders(*args, **kwargs)

List readers supported by this case

ENS_CASE.reload_data(*args, **kwargs)

Allow the server/reader to change the definition of the currently loaded dataset

ENS_CASE.remote_io(*args, **kwargs)

Perform remote file I/O

ENS_CASE.remote_launch(*args, **kwargs)

Run a program on a remote system

ENS_CASE.setattr(attrid, value)

Set the value of the specified attribute

ENS_CASE.setattr_begin()

Signal bulk attribute update begin

ENS_CASE.setattr_end()

Signal bulk attribute update end

ENS_CASE.setattr_status()

ENS_CASE.setattrs(values[, all_errors])

Set the values of a collection of attributes

ENS_CASE.setchildattr(*args, **kwargs)

Set attribute on object children

ENS_CASE.setchildattrs(*args, **kwargs)

Set attributes on object children

ENS_CASE.setextraguidefault(*args, **kwargs)

Change reader xtra GUI option defaults

ENS_CASE.setmetatag(tag, value)

Change a value in the METADATA attribute

ENS_CASE.update_lookup_table(*args, **kwargs)

Redefine a table for the LOOKUP() calculator function

Attributes

ENS_CASE.ACTIVE

ACTIVE property

ENS_CASE.CASENUMBER

CASENUMBER property

ENS_CASE.CHILDREN

CHILDREN property

ENS_CASE.DEFAULTREADERID

DEFAULTREADERID property

ENS_CASE.DESCRIPTION

DESCRIPTION property

ENS_CASE.EDIT_TARGET

EDIT_TARGET property

ENS_CASE.ENS_DETAILS

ENS_DETAILS property

ENS_CASE.ENS_KIND

ENS_KIND property

ENS_CASE.ENS_UNITS_SYSTEM_NAME

ENS_UNITS_SYSTEM_NAME property

ENS_CASE.GEOMETRY_FORM

GEOMETRY_FORM property

ENS_CASE.HANDLES_ENABLED

Control the display and use of EnSight click and go handles for an object

ENS_CASE.JOBINFO

JOBINFO property

ENS_CASE.LAST_DATA_RELOAD

LAST_DATA_RELOAD property

ENS_CASE.LINKED

LINKED property

ENS_CASE.LPARTNUMELE

LPARTNUMELE property

ENS_CASE.LPARTS

LPARTS property

ENS_CASE.MACHINEARCH

MACHINEARCH property

ENS_CASE.METADATA

METADATA property

ENS_CASE.PARTNUMELE

PARTNUMELE property

ENS_CASE.PARTNUMELECLIENT

PARTNUMELECLIENT property

ENS_CASE.PATHNAME

PATHNAME property

ENS_CASE.PROJECT_MASK

PROJECT_MASK property

ENS_CASE.REMOTEHOST

REMOTEHOST property

ENS_CASE.SERVERBYTESWAP

SERVERBYTESWAP property

ENS_CASE.SERVERCEIHOME

SERVERCEIHOME property

ENS_CASE.SERVERCWD

SERVERCWD property

ENS_CASE.SERVERDIR

SERVERDIR property

ENS_CASE.SERVERINFO

SERVERINFO property

ENS_CASE.SERVERXML

SERVERXML property

ENS_CASE.SFTBRIGHTNESS

SFTBRIGHTNESS property

ENS_CASE.SFTCONTRAST

SFTCONTRAST property

ENS_CASE.SFTDENSITY

SFTDENSITY property

ENS_CASE.SFTINTEGRATIONSTEP

SFTINTEGRATIONSTEP property

ENS_CASE.SFTLENGTH

SFTLENGTH property

ENS_CASE.SFTNORMALIZE

SFTNORMALIZE property

ENS_CASE.SFTNORMINTEGRATIONSTEP

SFTNORMINTEGRATIONSTEP property

ENS_CASE.SFTNORMLENGTH

SFTNORMLENGTH property

ENS_CASE.SFTVARIABLE

SFTVARIABLE property

ENS_CASE.TEMPORAL_XY_QUERIES

TEMPORAL_XY_QUERIES property

ENS_CASE.TIMESETS

TIMESETS property

ENS_CASE.TIMEVALUES

TIMEVALUES property

ENS_CASE.UUID

UUID property

ENS_CASE.VIEWPORTVIS

VIEWPORTVIS property

ENS_CASE.__OBJID__

ENS_CASE.objid

Return the EnSight object proxy ID (__OBJID__).