File size: 448 Bytes
a69d692
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>