src.pydasa.core.constants ========================= .. py:module:: src.pydasa.core.constants .. autoapi-nested-parse:: Module constants.py =========================================== 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: 1. Physical FDUs: in `PHY_FDU_PREC_DT` representing the standard physical dimensions. 2. Digital FDUs: in `COMPU_FDU_PREC_DT` representing dimensions relevant to computation. 3. Software Architecture FDUs: in `SOFT_FDU_PREC_DT` representing dimensions specific to software architecture. The fourth FDU framework is: 4. Custom FDUs: user-defined FDUs that can be specified as needed. Attributes ---------- .. autoapisummary:: src.pydasa.core.constants.DFLT_CFG_FOLDER src.pydasa.core.constants.DFLT_CFG_FILE Module Contents --------------- .. py:data:: DFLT_CFG_FOLDER :type: str :value: 'cfg' .. py:data:: DFLT_CFG_FILE :type: str :value: 'default.json' *PyDASA* default configuration folder and file names.