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
I have done a small catalogue of three-phase transformers for another project. I can add this catalogue to the data of the repository.
Add a from_catalogue(cls, manufacturer: str, **kwargs) class method to the TransformerParameters class.
Add a print_catalogue(cls, manufacturer: str |None=None, **kwargs) to print the catalogue of transformers. Optional arguments allow the user to print a subpart of the catalogue only. TransformerParameters.print_catalogue(manufacturer="SE", product_type="Minera")
The text was updated successfully, but these errors were encountered:
I have done a small catalogue of three-phase transformers for another project. I can add this catalogue to the data of the repository.
from_catalogue(cls, manufacturer: str, **kwargs)
class method to theTransformerParameters
class.print_catalogue(cls, manufacturer: str |None=None, **kwargs)
to print the catalogue of transformers. Optional arguments allow the user to print a subpart of the catalogue only.TransformerParameters.print_catalogue(manufacturer="SE", product_type="Minera")
The text was updated successfully, but these errors were encountered: