|
ENTITY Stratum_feature_template_location_in_breakout_footprint_definition SUBTYPE OF (Stratum_specific_template_location); SELF\Template_location_in_structured_template.assembly : Breakout_footprint_definition; SELF\Template_location_in_structured_template.template : Stratum_feature_template; original_padstack : Part_feature_based_template_location; breakout_padstack : Template_location_in_structured_template; WHERE WR1: original_padstack.assembly :=: assembly.reference_footprint; WR2: breakout_padstack.assembly :=: assembly; END_ENTITY; -- Stratum_feature_template_location_in_breakout_footprint_definition |
Entity data types and their attributesTemplate_location_in_structured_templateassembly: Structured_template; template: Template_definition; reference_designation: STRING; placement_status: template_location_placement_status; (INV) transform: SET [0:?] OF Template_location_in_structured_template_transform FOR reference_location; Stratum_specific_template_location bound_stratum: stratum_technology_occurrence_or_stratum_technology; (RT) template: Single_stratum_template; Stratum_feature_template_location_in_breakout_footprint_definition (RT) assembly: Breakout_footprint_definition; (RT) template: Stratum_feature_template; original_padstack: Part_feature_based_template_location; breakout_padstack: Template_location_in_structured_template; |
Global rules for this entity data type- |