Extract information from a parameter in schematics
Hi.
I'm currently struggling with with a use case in Creo Schematics that hopefully a more experienced user can help me with.
I want to extract part of the fiber name into a new parameter of the fiber (e.g. Signal).
Let me explain: If the fiber uses the name format W## (Name e.g. W03) then I want to calculate the value of another parameter that calculate and extracts the number from the name.
Example 1:
Name = W03
Signal = 03 (calculated = yes)
Example 2:
Name = W10
Signal = 10 (calculated = yes)
I'm not sure if this makes any sense.
I assume that Java needs to be involved somehow but thats not my area och expertise.
BR Jonas Fransson

