Parts Types#

Module containing types for the Parts Service.

Constants#

class ansys.sherlock.core.types.parts_types.AVLDescription#

Constants for AVLDescription in the Update Parts List from AVL request.

ASSIGN_APPROVED_DESCRIPTION#

AssignApprovedDescription

DO_NOT_CHANGE_DESCRIPTION#

DoNotChangeDescription

class ansys.sherlock.core.types.parts_types.AVLPartNum#

Constants for AVLPartNum in the Update Parts List from AVL request.

ASSIGN_INTERNAL_PART_NUM#

AssignInternalPartNum

ASSIGN_VENDOR_AND_PART_NUM#

AssignVendorAndPartNum

DO_NOT_CHANGE_VENDOR_OR_PART_NUM#

DoNotChangeVendorOrPartNum

class ansys.sherlock.core.types.parts_types.PartsListSearchDuplicationMode#

Constants for Duplication Mode in Update Parts List and Update Parts from AVL request.

ERROR#

Error

FIRST#

First

IGNORE#

Ignore

class ansys.sherlock.core.types.parts_types.PartsListSearchMatchingMode#

DEPRECATED. Constants for Matching Mode in Update Parts List & Update Parts from AVL.

BOTH#

Both

PART#

Part

Classes#

class ansys.sherlock.core.types.parts_types.PartLocation(location)#

Part Location property values.

board_side#

board side - "TOP" or "BOTTOM"

location_units#

units for location coordinates

mirrored#

mirrored - True or False

ref_des#

reference designator

rotation(in degrees)#

rotation (in degrees)

x#

x coordinate

y#

y coordinate

class ansys.sherlock.core.types.parts_types.GetPartsListPropertiesRequest(*, project: str, cca_name: str, reference_designators: List[str] | None = None)#

Request for getting properties of parts in the parts list of a CCA.

cca_name: str#

Name of the CCA with the parts.

model_config: ClassVar[ConfigDict] = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

project: str#

Name of the Sherlock project.

reference_designators: List[str] | None#

Reference designators of the parts to retrieve properties for. Use None to get all parts.

classmethod str_validation(value: str, info)#

Validate string fields listed.