-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
enhancementNew features or code improvementsNew features or code improvementsgrpc-transitionChanges that need to be included in gRPC transitionChanges that need to be included in gRPC transition
Description
Description of the current limitations
the current dotnet implementation is returning aedt_name with property PadstackInstance.name when a padstackinstance is set as layout_pin (e.g on component) while grpc is returning the pin name
e.g. for instance pin.name returns "U1-1" on dot net and "1" on grpc. On top of that there is a property called component_pin returning the true pin name e-g "1".
I would recommend to return only "1" on pin.name and use the existing pin.aedt_name to get "U1-1".
This is bringing confusion and when "1" is required in logic code I found that most of the time intern api is called to return the expected value (e.g "1").
Code sample expected
No response
Useful links and references
No response
Metadata
Metadata
Assignees
Labels
enhancementNew features or code improvementsNew features or code improvementsgrpc-transitionChanges that need to be included in gRPC transitionChanges that need to be included in gRPC transition