|
ENTITY Probe_access_area SUPERTYPE OF (Internal_probe_access_area) SUBTYPE OF (Laminate_component, Shape_feature); SELF\Definition_based_product_occurrence.derived_from : Stratum_feature_template; probed_layout_item : stratum_feature_or_stratum; SELF\Shape_feature.connection_area : SET [1:1] OF Connection_zone_in_design_view; stratum_feature_material_stackup : OPTIONAL Stratum_feature_based_derived_pattern; DERIVE SELF\Shape_element.containing_shape : Probe_access_area := SELF; SELF\Shape_feature.element_name : STRING := ''; INVERSE network : Routed_physical_network FOR probe; WHERE WR1: SELF\Shape_element.id = SELF\Item_shape.id; WR2: NOT (EXISTS(stratum_feature_material_stackup) AND NOT('LAYERED_INTERCONNECT_MODULE_DESIGN_ARM.INTERNAL_PROBE_ACCESS_AREA' IN TYPEOF(SELF))) OR (('LAYERED_INTERCONNECT_MODULE_DESIGN_ARM.STRATUM_FEATURE' IN TYPEOF(probed_layout_item)) AND (probed_layout_item :=: stratum_feature_material_stackup\Stratum_feature_based_derived_pattern.reference_stratum_feature)); END_ENTITY; -- Probe_access_area |
Entity data types and their attributesProduct_view_definition(OPT) id: STRING; (OPT) name: STRING; (OPT) additional_characterization: STRING; initial_context: View_definition_context; additional_contexts: SET [0:?] OF View_definition_context; defined_version: Product_version; Product_occurrence (INV) occurrence_contexts: SET [0:?] OF Product_occurrence_definition_relationship FOR related_view; (INV) view_definition_contexts: SET [0:?] OF View_definition_relationship FOR related_view; Definition_based_product_occurrence derived_from: Product_view_definition; Item_shape (OPT) id: STRING; (OPT) description: STRING; described_element: shapeable_item; Assembly_component (RT) derived_from: physical_unit_or_part_template; (RT) (DER) described_element: shapeable_item; (DER) assemblies: SET [0:?] OF Product_view_definition; (DER) groups: SET [0:?] OF Assembly_group_component; (DER) versions: SET [0:?] OF Product_version; (DER) product: SET [0:?] OF Product; (RT) (INV) occurrence_contexts: SET [1:?] OF Assembly_component_relationship FOR related_view; Single_instance - Laminate_component (RT) derived_from: Template_definition; (INV) cad_layer: SET [0:1] OF External_source_identification FOR item; Shape_element (OPT) id: STRING; (OPT) element_name: STRING; (OPT) description: STRING; containing_shape: Item_shape; Shape_feature (OPT) connection_area: SET [1:?] OF Connection_zone; (RT) element_name: STRING; (DER) surface_conditions: SET [0:?] OF Surface_condition; Probe_access_area (RT) derived_from: Stratum_feature_template; probed_layout_item: stratum_feature_or_stratum; (RT) connection_area: SET [1:1] OF Connection_zone_in_design_view; (OPT) stratum_feature_material_stackup: Stratum_feature_based_derived_pattern; (RT) (DER) containing_shape: Probe_access_area; (RT) (DER) element_name: STRING; (INV) network: Routed_physical_network FOR probe; |
| Internal_probe_access_area (Layered_interconnect_module_design_arm) |
Global rules for this entity data type- |