Creo™ Schematics 4.0 Help Center > Working with Designs > Reports > Example: Filtering Connected Fibers in a Report
  
Example: Filtering Connected Fibers in a Report
The following is an example of a report of connected fibers in a design.
In the General tab, set the following options:
Report Type—Properties
Search based on—Criteria
Partition—Design
Class—Fiber
In the Column tab, add the following parameter and function columns and headings:
Parameter or Function
Heading
name
Wire Name
[report_from_to(from,full_name,component)]
From Component
[report_from_to(from,name,port)]
From Port
[report_from_to(to,full_name,component)]
To Component
[report_from_to(to,name,port)]
To Port
In the Criteria tab, define the [is_connected_to_selection()] function to report wires connected from, to, or both from and to the selected component.
Using all the settings defined above for the component selected in the figure above, the following reports are generated.
[is_connected_to_selection(from)]
Wire Name
From Component
From Port
To Component
To Port
W-4
CON-2
3
CON-1
3
W-6
CON-2
1
CON-1
1
[is_connected_to_selection(to)]
Wire Name
From Component
From Port
To Component
To Port
W-5
CON-1
2
CON-2
2
[is_connected_to_selection(both)]
Wire Name
From Component
From Port
To Component
To Port
W-4
CON-2
3
CON-1
3
W-5
CON-1
2
CON-2
2
W-6
CON-2
1
CON-1
1