55.19 writeXYReport

This method writes an XYData object to a user-defined ASCII file.


55.19.1 writeXYReport(...)

This method writes an XYData object to a user-defined ASCII file.

Path
session.writeXYReport

Required arguments

fileName

A String specifying the name of the file to which X–Y data will be written.

xyData

A sequence of XYData objects to be written to the output file.

Optional argument

appendMode

A Boolean specifying whether to append the X–Y data to the existing file. The default value is ON.

Return value

None

Exceptions

None.