Query#
- class ansys.pyensight.core.libuserd.Query(userd: LibUserd, pb: QueryInfo)#
The class represents a reader “query” instance. It includes the query name as well as the preferred titles. The
data
method may be used to access the X,Y plot values.- Parameters:
- userd
The LibUserd instance this query is associated with.
- pb
The protobuffer that represents this object.
- Attributes:
Methods
Get the X,Y values for this query.