LineCalc Error Messages

This section describes the possible error messages and how to handle each one of them.

Syntax error in AEL file

Comment: An error has occurred in an AEL file.

Category: Syntax error in AEL file

How to resolve it: Check the AEL file, confirming that all the parentheses are matched, there are no missing ";", etc.

AEL files not loaded

Comment: The AEL files are not loaded due to error(s) occurred.

Category: Syntax error in AEL file

How to resolve it: Check the AEL file, confirming that all the parentheses are matched, there are no missing ";", etc.

Invoke process failed

Comment: Unable to invoke process (could be the LineCalc Engine, Help Server, etc.)

Category: Error in the initialization phase

How to resolve it: Confirm that all the necessary tools (LineCalc Engine, Status Server, Help Server, and Hardcopy Server) are available and functional.

Unable to connect to the Status Server

Comment: The LineCalc User Interface cannot connect to the Status Server process.

Category: Error in the initialization phase.

How to resolve it: Confirm that all the necessary tools (LineCalc Engine, Status Server, Help Server, and Hardcopy Server) are available and functional.

AEL command not found

Comment: The specified AEL command is not found

Category: Invalid AEL command.

How to resolve it: Confirm that the command is spelled properly and is indeed a supported function.

Incomplete config file

Comment: Some information in the configuration file, linecalc.cfg, is missing.

Category: Error in configuration file.

How to resolve it: Search the linecalc.cfg file to find the required information that is missing and replace it. Without this information, the program cannot function.

Init file not found

Comment: The initialization file, lcuiinit, is not found.

Category: Error in the initialization file.

How to resolve it: The initialization file must be placed where the program can read it. This is usually $HPEESOF_DIR/lib/linecalc . Confirm that all the information is there: the users can add more information to it, but the user should never delete any information from the original initialization file.

Syntax error in init file

Comment: A syntax error in the init file, lcuiinit , has been found.

Category: Error in the initialization file.

How to resolve it: The initialization file must be placed where the program can read it. This is usually $HPEESOF_DIR/lib/linecalc . Confirm that all the information is there: the users can add more information to it, but the user should never delete any information from the original initialization file.

Missing units information

Comment: Units information is not found.

Category: Error in data file.

How to resolve it: Confirm that all information exists for a given component in the data file.

Missing substrate information

Comment: Substrate information is not found.

Category: Error in data file.

How to resolve it: Confirm that all information exists for a given component in the data file.

Missing tand information

Comment: Tand information is not found.

Category: Error in data file.

How to resolve it: Confirm that all information exists for a given component in the data file.

Category: Error in data file.

How to resolve it: Confirm that all information exists for a given component in the data file.

Missing mcover information

Comment: Mcover information is not found.

Category: Error in data file.

How to resolve it: Confirm that all information exists for a given component in the data file.

Category: Error in data file.

How to resolve it: Confirm that all information exists for a given component in the data file.

Missing mwall information

Comment: Mwall information is not found.

Category: Error in data file.

How to resolve it: Confirm that all information exists for a given component in the data file.

Missing perm information

Comment: Perm information is not found.

Category: Error in data file.

How to resolve it: Confirm that all information exists for a given component in the data file.

Missing sigma information

Comment: Sigma information is not found.

Category: Error in data file.

How to resolve it: Confirm that all information exists for a given component in the data file.

Missing temp information

Comment: Temp information is not found.

Category: Error in data file.

How to resolve it: Confirm that all information exists for a given component in the data file.

Missing parameters information

Comment: Some parameters are missing.

Category: Error in data file.

How to resolve it: Confirm that all information exists for a given component in the data file.

Missing number of nodes information

Comment: The number of nodes information is missing.

Category: Error in data file.

How to resolve it: Confirm that all information exists for a given component in the data file.

Save element type failed

Comment: Unable to save the component type.

Category: Invalid component type to be saved.

How to resolve it: Confirm that the component type is one of the supported LineCalc components.

Save element ID failed

Comment: Unable to save the component ID.

Category: Invalid component ID to be saved.

How to resolve it: This is very unlikely to happen. However if it does happen, it is most likely due to unable to allocate more memory to store the information.

Save number of nodes information failed

Comment: Unable to save the number of nodes information.

Category: Unable to save the specified component.

How to resolve it: If this error occurs, the program is probably unable to allocate more memory to save the information. Another issue which needs to be looked at is that the information should be in the proper format: if the format is expected to be a number, it should be a number; if the format is expected to be a string, it should be a string type.

Save units information failed

Comment: Unable to save the units information.

Category: Unable to save the specified component.

How to resolve it: If this error occurs, the program is probably unable to allocate more memory to save the information. Another issue which needs to be looked at is that the information should be in the proper format: if the format is expected to be a number, it should be a number; if the format is expected to be a string, it should be a string type.

Save freq unit failed

Comment: Unable to save the frequency unit information.

Category: Unable to save the specified component.

How to resolve it: If this error occurs, the program is probably unable to allocate more memory to save the information. Another issue which needs to be looked at is that the information should be in the proper format: if the format is expected to be a number, it should be a number; if the format is expected to be a string, it should be a string type.

Save length unit failed

Comment: Unable to save the length unit information.

Category: Unable to save the specified component.

How to resolve it: If this error occurs, the program is probably unable to allocate more memory to save the information. Another issue which needs to be looked at is that the information should be in the proper format: if the format is expected to be a number, it should be a number; if the format is expected to be a string, it should be a string type.

Save res unit failed

Comment: Unable to save the resistor unit information.

Category: Unable to save the specified component.

How to resolve it: If this error occurs, the program is probably unable to allocate more memory to save the information. Another issue which needs to be looked at is that the information should be in the proper format: if the format is expected to be a number, it should be a number; if the format is expected to be a string, it should be a string type.

Save angle unit failed

Comment: Unable to save the angle unit information.

Category: Unable to save the specified component.

How to resolve it: If this error occurs, the program is probably unable to allocate more memory to save the information. Another issue which needs to be looked at is that the information should be in the proper format: if the format is expected to be a number, it should be a number; if the format is expected to be a string, it should be a string type.

Save substrate information failed

Comment: Unable to save the substrate information.

Category: Unable to save the specified component.

How to resolve it: If this error occurs, the program is probably unable to allocate more memory to save the information. Another issue which needs to be looked at is that the information should be in the proper format: if the format is expected to be a number, it should be a number; if the format is expected to be a string, it should be a string type.

Save mwall information failed

Comment: Unable to save the mwall information.

Category: Unable to save the specified component.

How to resolve it: If this error occurs, the program is probably unable to allocate more memory to save the information. Another issue which needs to be looked at is that the information should be in the proper format: if the format is expected to be a number, it should be a number; if the format is expected to be a string, it should be a string type.

Save shared parameters failed

Comment: Unable to save the shared parameters information.

Category: Unable to save the specified component.

How to resolve it: If this error occurs, the program is probably unable to allocate more memory to save the information. Another issue which needs to be looked at is that the information should be in the proper format: if the format is expected to be a number, it should be a number; if the format is expected to be a string, it should be a string type.

Save physical parameters information

Comment: Unable to save the physical parameters information.

Category: Unable to save the specified component.

How to resolve it: If this error occurs, the program is probably unable to allocate more memory to save the information. Another issue which needs to be looked at is that the information should be in the proper format: if the format is expected to be a number, it should be a number; if the format is expected to be a string, it should be a string type.

Save electrical parameters information

Comment: Unable to save the electrical parameters information.

Category: Unable to save the specified component.

How to resolve it: If this error occurs, the program is probably unable to allocate more memory to save the information. Another issue which needs to be looked at is that the information should be in the proper format: if the format is expected to be a number, it should be a number; if the format is expected to be a string, it should be a string type.

Save result parameters failed

Comment: Unable to save the result parameters information.

Category: Unable to save the specified component.

How to resolve it: If this error occurs, the program is probably unable to allocate more memory to save the information. Another issue which needs to be looked at is that the information should be in the proper format: if the format is expected to be a number, it should be a number; if the format is expected to be a string, it should be a string type.

Invalid element type

Comment: Invalid component type.

Category: Invalid component type.

How to resolve it: An invalid component type has been requested. Confirm that the component type is spelled correctly is indeed a LineCalc supported component.

Unable to write the data file

Comment: Unable to save to the specified data file.

Category: Unable to write the data file.

How to resolve it: If this error occurs, the current user probably cannot write to the specified data file; this can also occur if the directory is not writable by the current user.

Create new shared parameters failed

Comment: Unable to create a new shared parameters information.

Category: Unable to create a new shared parameters.

How to resolve it: When this error occurs, the program is probably unable to allocate more memory to store the data.

Invalid substrate

Comment: Invalid substrate.

Category: Invalid substrate type.

How to resolve it: Confirm the substrate type entered is supported by LineCalc.

Error Retrieving DONE NETLIST

Comment: Invalid parameters for analysis/synthesis.

Category: Invalid parameters for analysis/synthesis.

How to resolve it: Ensure the electrical, physical, and substrate parameter values are within the range of usage, per user guide.

Inconsistent Electrical Parameter Value. Ze and Zo must be of the same sign.

Comment: Ze and Zo must be of the same sign.

Category: Ze and Zo must be of the same sign.

How to resolve it: Use the same sign for both Ze and Zo.

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources