src.pydasa.core.constants#
This module specifies the Fundamental Dimensional Units (FDUs) available by default in PyDASA. The default framework are the Physical FDUs.
- The three main types of FDUs are:
Physical FDUs: in PHY_FDU_PREC_DT representing the standard physical dimensions.
Digital FDUs: in COMPU_FDU_PREC_DT representing dimensions relevant to computation.
Software Architecture FDUs: in SOFT_FDU_PREC_DT representing dimensions specific to software architecture.
- The fourth FDU framework is:
Custom FDUs: user-defined FDUs that can be specified as needed.
Attributes#
PyDASA default configuration folder and file names. |