Project Types#
Classes used for the Project API.
|
Contains the properties of the board bounds. |
|
Contains the properties for a thermal map, CSV, or Excel file. |
|
Contains the properties for a CSV or Excel outline file. |
|
Contains the properties for a Gerber outline file. |
|
Contains the properties for a thermal map Icepak file. |
|
Contains the properties of the image bounds. |
|
Contains the properties for a thermal map image file. |
|
Contains the properties of the legend bounds. |
|
Contains the properties for an outline file. |
Constants#
- class ansys.sherlock.core.types.project_types.LegendOrientation#
Constants for legend orientation in the update thermal maps request.
- HORIZONTAL = 0#
Horizontal
- VERTICAL = 1#
Vertical
- class ansys.sherlock.core.types.project_types.OutlineFileType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#
Constants for File Type in the Update Outline request.
- CSV_EXCEL = 1#
CSV Excel
- GERBER = 2#
Gerber
- IPC2581 = 3#
IPC2581
- class ansys.sherlock.core.types.project_types.StrainMapsFileType#
Constants for File Type in the Add Strain Maps request.
- CSV = 0#
CSV
- EXCEL = 1#
Excel
- IMAGE = 2#
Image
- class ansys.sherlock.core.types.project_types.StrainMapLegendOrientation#
Constants for legend orientation in the add strain maps request.
- HORIZONTAL = 0#
Horizontal
- VERTICAL = 1#
Vertical