You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When importing parts from different providers the parameters created from the import can have wildly different names for the same property. This makes parametric search significantly less useful without a lot of manual fix-up during the import process.
Take, for example, the Vishay IRF610PBF imported from Octopart, and the ONSEMI BS170 imported from TME. Being MOSFETs they both have a Drain-Source Voltage property, however, on the BS170's parameters page it is refered to as Drain-source voltage, and on the IRF610PBF it is refered to as Drain to Source Voltage (Vdss). Now, if I wanted to search for a MOSFET with a Vdss of >= 60V I wouldn't be able to reliabily do so, as the parameter to search on for each part is different for the same property.
This becomes a compounding problem the more information providers you use, and the larger the part database becomes.
Describe the solution you'd like
A method of defining parameter transforms or aliases would resolve this issue. During configuration you could create a parameter Drain-Source (Vdss) and configure it as normal, then, as an additional step, define any parameter named Drain-source voltage when importing from TME, or named Drain to Source Voltage (Vdss) when importing from Octopart should instead be put in the Drain-Source (Vdss) parameter.
This has potential for improvement; some providers will provide (for example) Maximum operating temperature and Typical Operating Temperature as a part of an operating temperature range, or some may provide them as a discrete values. This solution could be implemented to permit the transformation of the discrete values in to the Typ. and Max. fields as part of a single parameter. In a similar vein, this would permit consistent grouping of parameters across providers.
Describe alternatives you've considered
A similar functionality exists as Alternative names which can be added to certain categories. I don't believe this would work as you would still need to manually fixup properties. It'd also reduce simple consistency on the parameters page.
Another alternative is to simply use one information provider. This isn't really practical as many info providers do not have a complete list of components, or cost LOTS of money.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When importing parts from different providers the parameters created from the import can have wildly different names for the same property. This makes parametric search significantly less useful without a lot of manual fix-up during the import process.
Take, for example, the
Vishay IRF610PBF
imported from Octopart, and theONSEMI BS170
imported from TME. Being MOSFETs they both have a Drain-Source Voltage property, however, on the BS170's parameters page it is refered to asDrain-source voltage
, and on the IRF610PBF it is refered to asDrain to Source Voltage (Vdss)
. Now, if I wanted to search for a MOSFET with a Vdss of >= 60V I wouldn't be able to reliabily do so, as the parameter to search on for each part is different for the same property.This becomes a compounding problem the more information providers you use, and the larger the part database becomes.
Describe the solution you'd like
A method of defining parameter transforms or aliases would resolve this issue. During configuration you could create a parameter
Drain-Source (Vdss)
and configure it as normal, then, as an additional step, define any parameter namedDrain-source voltage
when importing from TME, or namedDrain to Source Voltage (Vdss)
when importing from Octopart should instead be put in theDrain-Source (Vdss)
parameter.This has potential for improvement; some providers will provide (for example) Maximum operating temperature and Typical Operating Temperature as a part of an operating temperature range, or some may provide them as a discrete values. This solution could be implemented to permit the transformation of the discrete values in to the Typ. and Max. fields as part of a single parameter. In a similar vein, this would permit consistent grouping of parameters across providers.
Describe alternatives you've considered
A similar functionality exists as Alternative names which can be added to certain categories. I don't believe this would work as you would still need to manually fixup properties. It'd also reduce simple consistency on the parameters page.
Another alternative is to simply use one information provider. This isn't really practical as many info providers do not have a complete list of components, or cost LOTS of money.
The text was updated successfully, but these errors were encountered: