Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve API: common.list_solder_materials() #394

Open
WebastoStudent opened this issue Sep 30, 2024 · 0 comments
Open

Improve API: common.list_solder_materials() #394

WebastoStudent opened this issue Sep 30, 2024 · 0 comments
Assignees
Labels
enhancement New features or code improvements
Milestone

Comments

@WebastoStudent
Copy link

📝 Description of the feature

When you call the function list_solder_materials(), it returns a list of solder names, such as "SAC105." However, this list does not include information about whether each solder is LEAD-FREE or TIN-LEAD (which are the types of solder).

To improve this function, please modify it so that it returns a list of tuples for example. Each tuple should contain the solder name and its corresponding type. For example, the result could look like this:

💡 Steps for implementing the feature

For example, the result could look like this:
[
("SAC105", "LEAD-FREE"),
("Sn63Pb37", "TIN-LEAD"),
. . .
]

🔗 Useful links and references

No response

@WebastoStudent WebastoStudent added the enhancement New features or code improvements label Sep 30, 2024
@anskhanson anskhanson self-assigned this Dec 18, 2024
@ansjmoody ansjmoody added this to the v0.9.0 milestone Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

No branches or pull requests

3 participants