17.1.9.1.10 write_pdc

Description

Writes physical constraints (Derive Constraints only).

write_pdc <filename>

Arguments

ParameterTypeDescription
<filename>StringPath to the PDC file will be generated. This is a mandatory option. If the file path exists, it will be overwritten.
Return TypeDescription
0Command succeeded.
1Command failed. There is an error. You can observe the error message in the console.

List of Errors

Error CodeError MessagesDescription

ERR0003

Unable to open <file path> fileThe 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 missingThe PDC file path is a mandatory option and must be specified.

Example

write_pdc "derived.pdc"