support / src_en /api.write_compare_points.txt
gofeco's picture
Upload 39 files
a69d692 verified
raw
history blame
448 Bytes
<h3 id='___write_compare_points'>write_compare_points</h3>
<pre>Write all compare points to a report file
<b>Usage:</b> write_compare_points($file_name, @options);
$file_name: The report file name
@options:
-all: Include name matching instances
<b>Examples:</b>
write_Compare_points("compare_points.rep"); # Write compare points with different naming
write_Compare_points("-all", "all_compare_points.rep"); # Write all compare points
</pre>