The ProbeOptions object is used to store settings associated with probing a model or an X–Y plot. The ProbeOptions object has no constructor. Abaqus creates the defaultProbeOptions and the probeOptions members when you import the Visualization module. When probing is initiated for the first time, the values in the probeOptions member are initialized using the values from the defaultProbeOptions member.
import visualization session.defaultProbeOptions session.probeOptions
This method modifies the settings on the ProbeOptions object.
Required arguments
Optional arguments
A ProbeOptions object from which values are to be copied. If other arguments are also supplied to setValues, they will override the values in options. The default value is None.
A SymbolicConstant specifying the entity being probed when probeObject="ODB". Possible values are NODE and ELEMENT. The default value is ELEMENT.
A SymbolicConstant specifying the output position to probe for field output results when probeObject="ODB". Possible values are NODAL, INTEGRATION_POINT, ELEMENT_FACE, ELEMENT_NODAL, and ELEMENT_CENTROID.
When probeEntity=NODE, the only possible value is NODAL. When probeEntity=ELEMENT, the only possible values are INTEGRATION_POINT, ELEMENT_FACE, ELEMENT_NODAL, and ELEMENT_CENTROID, and the default is INTEGRATION_POINT.
A Boolean specifying whether to display the part instance information. This member is valid when probeObject=“ODB.” The default value is ON.
A Boolean specifying whether to display the element ID information. This member is valid when probeObject=“ODB” and probeEntity=ELEMENT. The default value is ON.
A Boolean specifying whether to display the element type information. This member is valid when probeObject=“ODB” and probeEntity=ELEMENT. The default value is ON.
A Boolean specifying whether to display the element connectivity. This member is valid when probeObject=“ODB” and probeEntity=ELEMENT. The default value is ON.
A Boolean specifying whether to display the element field output results. This member is valid when probeObject=“ODB”, probeEntity=ELEMENT, and isFieldOutputAvailable=ON. The default value is ON.
A Boolean specifying whether to display the node ID when probeObject=“ODB” and probeEntity=NODE. The default value is ON.
A Boolean specifying whether to display the base coordinates of a node when probeObject=“ODB” and probeEntity=NODE. The default value is ON.
A Boolean specifying whether to display the deformed coordinates of a node when probeObject=“ODB” and probeEntity=NODE. The default value is ON.
A Boolean specifying whether to display the elements attached to a node when probeObject=“ODB” and probeEntity=NODE. The default value is ON.
A Boolean specifying whether to display the node field output results. This member is valid when probeObject=“ODB”, probeEntity=NODE, and isFieldOutputAvailable=ON. The default value is ON.
A Boolean specifying whether to display the legend for a curve being probed. This member is valid when probeObject=“XYPlot.” The default value is ON.
A Boolean specifying whether to display the x-coordinate value of the point on the curve being probed. This member is valid when probeObject=“XYPlot.” The default value is ON.
A Boolean specifying whether to display the y-coordinate value of the point on the curve being probed. This member is valid when probeObject=“XYPlot.” The default value is ON.
A Boolean specifying whether to display the sequence ID of the point on the curve being probed. This member is valid when probeObject=“XYPlot.” The default value is ON.
A Boolean specifying whether to interpolate values within a line segment when probeObject=“XYPlot.” When interpolateXy=OFF, probing returns the nearest X–Y data point on the curve. When interpolateXy=ON, probing interpolates data to return a value at the nearest point on the curve. The default value is OFF.
Return value
Exceptions
The ProbeOptions object has the following members:
A SymbolicConstant specifying the entity being probed when probeObject="ODB". Possible values are NODE and ELEMENT. The default value is ELEMENT.
A SymbolicConstant specifying the output position to probe for field output results when probeObject="ODB". Possible values are NODAL, INTEGRATION_POINT, ELEMENT_FACE, ELEMENT_NODAL, and ELEMENT_CENTROID.
When probeEntity=NODE, the only possible value is NODAL. When probeEntity=ELEMENT, the only possible values are INTEGRATION_POINT, ELEMENT_FACE, ELEMENT_NODAL, and ELEMENT_CENTROID, and the default is INTEGRATION_POINT.
A Boolean specifying whether to display the part instance information. This member is valid when probeObject=“ODB.” The default value is ON.
A Boolean specifying whether to display the element ID information. This member is valid when probeObject=“ODB” and probeEntity=ELEMENT. The default value is ON.
A Boolean specifying whether to display the element type information. This member is valid when probeObject=“ODB” and probeEntity=ELEMENT. The default value is ON.
A Boolean specifying whether to display the element connectivity. This member is valid when probeObject=“ODB” and probeEntity=ELEMENT. The default value is ON.
A Boolean specifying whether to display the element field output results. This member is valid when probeObject=“ODB”, probeEntity=ELEMENT, and isFieldOutputAvailable=ON. The default value is ON.
A Boolean specifying whether to display the node ID when probeObject=“ODB” and probeEntity=NODE. The default value is ON.
A Boolean specifying whether to display the base coordinates of a node when probeObject=“ODB” and probeEntity=NODE. The default value is ON.
A Boolean specifying whether to display the deformed coordinates of a node when probeObject=“ODB” and probeEntity=NODE. The default value is ON.
A Boolean specifying whether to display the elements attached to a node when probeObject=“ODB” and probeEntity=NODE. The default value is ON.
A Boolean specifying whether to display the node field output results. This member is valid when probeObject=“ODB”, probeEntity=NODE, and isFieldOutputAvailable=ON. The default value is ON.
A Boolean specifying whether to display the legend for a curve being probed. This member is valid when probeObject=“XYPlot.” The default value is ON.
A Boolean specifying whether to display the x-coordinate value of the point on the curve being probed. This member is valid when probeObject=“XYPlot.” The default value is ON.
A Boolean specifying whether to display the y-coordinate value of the point on the curve being probed. This member is valid when probeObject=“XYPlot.” The default value is ON.
A Boolean specifying whether to display the sequence ID of the point on the curve being probed. This member is valid when probeObject=“XYPlot.” The default value is ON.
A Boolean specifying whether to interpolate values within a line segment when probeObject=“XYPlot.” When interpolateXy=OFF, probing returns the nearest X–Y data point on the curve. When interpolateXy=ON, probing interpolates data to return a value at the nearest point on the curve. The default value is OFF.
A Boolean specifying whether field output is available for probing when probeObject=“XYPlot. This member is read-only.”
A String specifying the type of the displayed object being probed. Possible values are "ODB" and "XYPlot". This member is read-only.