ENS_SPEC#

class ansys.api.pyensight.ens_spec.ENS_SPEC(*args, **kwargs)#

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

Args:
*args:

Superclass (ENSOBJ) arguments

**kwargs:

Superclass (ENSOBJ) keyword arguments

Methods

ENS_SPEC.attrinfo([attrid])

For a given attribute id, return type information

ENS_SPEC.attrissensitive(attrid)

Check to see if a given attribute is 'sensitive'

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

Get detailed GUI information for attributes of this object.

ENS_SPEC.destroy()

Destroy the EnSight object associated with this proxy object

ENS_SPEC.getattr(attrid)

Query the value of the specified attribute

ENS_SPEC.getattrs([attrid, text])

Query the value of a collection of attributes

ENS_SPEC.getmetatag(tag)

Get the value of a tag in the METADATA attribute

ENS_SPEC.hasmetatag(tag)

Check to see if a tag exists in the METADATA attribute

ENS_SPEC.setattr(attrid, value)

Set the value of the specified attribute

ENS_SPEC.setattr_begin()

Signal bulk attribute update begin

ENS_SPEC.setattr_end()

Signal bulk attribute update end

ENS_SPEC.setattr_status()

ENS_SPEC.setattrs(values[, all_errors])

Set the values of a collection of attributes

ENS_SPEC.setmetatag(tag, value)

Change a value in the METADATA attribute

Attributes

ENS_SPEC.__OBJID__

ENS_SPEC.objid

Return the EnSight object proxy ID (__OBJID__).