The XYReportOptions object stores settings used by the writeXYReport method when you write an XYData object to an ASCII file. The XYReportOptions object has no constructor. Abaqus creates the xyReportOptions member when you import the Visualization module.
import visualization session.defaultXYReportOptions session.xyReportOptions
This method modifies the XYReportOptions object.
Required arguments
Optional arguments
An Int specifying the number of characters per line of the report file when pageWidthLimited=ON. Possible values are pageWidth 0. The default value is 80.
An Int specifying the number of significant digits to be included for each data value in the report file. Possible values are 0 numDigits 9. The default value is 6.
A Boolean specifying whether to perform linear interpolation for missing data values. The default value is OFF.
A Boolean specifying whether to print the X- and Y-values of the selected XYData objects. (If xyData=OFF, totals and minMax can still be printed.) The default value is ON.
A Boolean specifying whether to print the sum of the Y-values of the selected XYData objects. The default value is OFF.
A Boolean specifying whether to print the minimum and maximum X- and Y-values of the selected XYData objects. The default value is OFF.
A Boolean specifying whether the page width is limited. The default value is OFF.
A SymbolicConstant specifying the number format to be used in reporting XYData objects. Possible values are AUTOMATIC, ENGINEERING, and SCIENTIFIC. The default value is ENGINEERING.
A SymbolicConstant specifying the format used in reporting the XYData objects. Possible values are SINGLE_TABLE and SEPARATE_TABLES. The default value is SINGLE_TABLE.
Return value
Exceptions
RangeError.
If xyData, total, and minMax are all OFF:
The XYReportOptions object has members with the same names and descriptions as the arguments to the setValues method.