17.1.9.1.10 write_pdc
(Ask a Question)Description
Writes physical constraints (Derive Constraints only).
write_pdc <filename>Arguments
| Parameter | Type | Description |
|---|---|---|
| <filename> | String | Path to the PDC file will be generated. This is a mandatory option. If the file path exists, it will be overwritten. |
| Return Type | Description |
|---|---|
| 0 | Command succeeded. |
| 1 | Command failed. There is an error. You can observe the error message in the console. |
List of Errors
| Error Code | Error Messages | Description |
|---|---|---|
ERR0003 | Unable to open <file path> file | The file path is not correct. Check whether the parent directories exist. |
ERR0002 | PDC file '<file path>' is not writeable. | The specified PDC file does not have write permission. |
ERR0023 | Required parameter file name is missing | The PDC file path is a mandatory option and must be specified. |
Example
write_pdc "derived.pdc"