Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I'm using the parameter "&harn.run.len" to bring the length of my wires into my wiring table. The network length used on my model is also displayed (284.004). I know it is the network because I had one of the parameters entered incorrectly and in the "Wire Name" column it said "Network".
How can I exclude the network?
Finally how can I get the pin name to appear? I'm using "&harn.run.cond.from.pin.name", "&harn.run.cond.to.pin.name"
All in Creo Parametric 8.0.9.0.
Solved! Go to Solution.
Hi,
We have a filter (&harn.run.name != *NETWORK*) on our wiring table so it never shows the network length. You can save this filter with the table so don't have to worry about ever seeing the network length again...
Filter can be added by selecting the "Repeat Region -> Filters" -option.
Br, Lars
Hi,
We have a filter (&harn.run.name != *NETWORK*) on our wiring table so it never shows the network length. You can save this filter with the table so don't have to worry about ever seeing the network length again...
Filter can be added by selecting the "Repeat Region -> Filters" -option.
Br, Lars
Brilliant, thank you very much.