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.
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
Signal bulk attribute update begin
Signal bulk attribute update end
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
Return the EnSight object proxy ID (__OBJID__).