connection-point-naming-convention#
Code |
CP.004 |
|---|---|
Validator |
|
Compatibility |
|
Tags |
Summary#
All prims under the ConnectionPoints scope must follow the <vendor>_<type>_<suffix> naming pattern using a valid type prefix from the AIF connection point type table.
Description#
The naming convention encodes both who authored the connection point (vendor) and what kind of physical interface it represents (type). The suffix disambiguates multiple connection points of the same type.
Why is it required?#
Encoding vendor and type in the name allows pipelines to identify connection points programmatically without inspecting geometry
The standardized type prefix table ensures interoperability across equipment from different vendors
Suffixes allow multiple connection points of the same type (e.g., two liquid supply ports)
Valid Type Prefixes#
Type Prefix |
Interface |
|---|---|
|
Generic liquid intake pipe |
|
Generic liquid outflow pipe |
|
Facility Water Supply pipe |
|
Facility Water Return pipe |
|
Technology Cooling Supply pipe |
|
Technology Cooling Return pipe |
|
Electrical power socket |
|
Airflow intake vent |
|
Airflow outflow vent |
Examples#
vertiv_fws_supply_piping_connection_main # valid
vertiv_tcs_return_piping_connection_01 # valid
trane_electrical_nominal_voltage_main # valid
trane_airvent_intake_frontplate # valid
supply_pipe_01 # INVALID: no vendor prefix
vertiv_water_in # INVALID: 'water_in' is not a valid type prefix
How to comply#
Name all prims inside ConnectionPoints as <vendor_name>_<type_prefix>[_<any_suffix>]. Use your equipment vendor name (lowercase, no spaces) as the vendor prefix.