You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 9
Next »
This Section provides a summary of all the Configuration Settings (CSETS) used by the NetBom Tool.
See the Configuration Settings in CadEnhance Tools Section for more information
Edit Document
GENERAL Configuration Variables |
Variable Name | Description | Default Value | Type |
CE_LIC_FILE | Location of LICENSE FILE The system defaults to the setting of the CE_LIC_FILE Enviornment variable, but that can be overridden with this entry | C:/cadenhance/license/license.dat | CHOOSE_FILE |
SHOW_DEBUG | determines whether DEBUG information is shown/hidden in Progress window | 0 | Entry |
SHOW_STAT | Determines whether normal STATUS information is shown/hidden in Progress window | 1 | Entry |
SHOW_WARN | Determines whether WARNINGS are shown/hidden in Progress window | 1 | Entry |
TEXT_EDITOR | Select the Text Editor used to edit files The Value of this setting will be checked first if it exists. Next the tool will choose the setting of the EDITOR Environment Variable if that exists, and finally it will choose Notepad.exe for Windows platforms and gedit or medit for Linux |
| CHOOSE_FILE |
Edit Document
NETLIST_CONVERT Configuration Variables |
Variable Name | Description | Default Value | Type |
DNI_TRUE_VALS | This is a list of the values that make the DO_NOT_INSTALL_PROP true (comma seperated vals like:TRUE,1,YES) | TRUE,1,YES | Entry |
DO_NOT_INSTALL_PROP | This is a comma seperated list of properties that will be used to determine if a part is not included in a BOM Could look like BOM_IGNORE,DNI. Any part with this Property found True will not be included in the BOM (unlike the BOM_NO_POP_PROP) | BOM_IGNORE | Entry |
ADD_PIN_NAME_IN_RINF | If enabled, adds an extra debug level to RINF, showing the PIN_NAME next to the pin number | 1 | Entry |
BOM_HEADER_PROPERTIES | This Setting controls what Properties are included in the output BOM from the netlist convert operation It is entered as a comma separated list, and the order of the Properties will be the order of the columns in the BOM The user can add any property that is defined for a part | PART_NUMBER,QTY,REF_DES,DESCRIPTION | Entry |
NL_ITEM_CELLS_PER_ROW | this is the number of cells that will be placed in a row for the output csv netlists/partlists | 25 | Entry |
RINF_PRINT_COMPONENTS | Chooses whether to include Component information to the Converted RINF Netlist | 1 | Entry |
RINF_PRINT_NETS | Chooses whether to include Net information to the Converted RINF Netlist | 1 | Entry |
RINF_PRINT_NET_PROPS | determines whether Net Properties will be printed in RINF netlist | 0 | Entry |
RINF_PRINT_PIN_PROPS | determines whether Pin Properties will be printed in RINF netlist | 0 | Entry |
BOM_NO_POP_PROP | This Setting is used to pick a list of properties that excludes a reference designators from installation, but keeps the part in the BOM for purchasing When the BOM is generated by the netlist convert routine, any parts with this property found to be true will be printed on a separate row. | DNI | Entry |
BOM_NO_PROP_TRUE_VALS | This Setting is used to pick a property and value that excludes reference designators from installation, but keeps the part in the BOM for purchasing When the BOM is generated by the netlist convert routine, any parts with this property enabled will be printed on a separate row. | TRUE,YES,1 | Entry |
Edit Document
NETLIST_BOM_DIFF Configuration Variables |
Variable Name | Description | Default Value | Type |
KEY_PROP_LIST | The BOM_DIFF engine will compare these properties for each refdes in the 2 bom revisions and report if they are different... it is a comma seperated list like: JEDEC_TYPE,VALUE,TYPE | JEDEC_TYPE,VALUE,TYPE | Entry |
MAX_TABLE_COL_WIDTH | If the data in a column in one of the report table exceeds this length, the code will add a line break for that column | 48 | Entry |
NETLIST1 | NETLIST1 use for diffing and converting netlists. You choose the pstxnet.dat file and nl_tools will find the matching pstxprt.dat |
| CHOOSE_FILE |
NETLIST2 | NETLIST2 for diffing BOMs and NETLISTS. You choose the pstxnet.dat file and nl_tools will find the matching pstxprt.dat |
| CHOOSE_FILE |
OUTPUT_BOM_DIFF_FILE | Difference Report for the BOMs (from the pstxprt files), will be automatically named when you run the diff operation |
| CHOOSE_FILE |
OUTPUT_NET_DIFF_FILE | Difference Report for the NETLISTs (from the pstxnet files), will be automatically named when you run the diff operation |
| CHOOSE_FILE |
DNI_TRUE_VALS | This is a list of the values that make the DO_NOT_INSTALL_PROP true (comma seperated vals like:TRUE,1,YES) | TRUE,1,YES | Entry |
DO_NOT_INSTALL_PROP | This is a comma seperated list of properties that will be used to determine if a part is not included in a BOM Could look like BOM_IGNORE,DNI. Any part with this Property found True will not be included in the BOM (unlike the BOM_NO_POP_PROP) | BOM_IGNORE | Entry |
BOM_NO_POP_PROP | This Setting is used to pick a list of properties that excludes a reference designators from installation, but keeps the part in the BOM for purchasing When the BOM is generated by the netlist convert routine, any parts with this property found to be true will be printed on a separate row. | DNI | Entry |
BOM_NO_PROP_TRUE_VALS | This Setting is used to pick a property and value that excludes reference designators from installation, but keeps the part in the BOM for purchasing When the BOM is generated by the netlist convert routine, any parts with this property enabled will be printed on a separate row. | TRUE,YES,1 | Entry |
Add Comment