0

I have a Schematic template that refers to the DrawnBy parameter and others to fill in the title block. This works fine if I edit each sheet's document parameters to display the correct information. However, I want to use the project parameters to fill in the relevant information.

The schematic documents have default parameters such as, DrawnBy, Revision, etc, that override the project parameters so each sheet needs to be manually edited for author, dates, and revisions.

How do you override the default document parameters with project parameters?

JYelton
  • 35,664
  • 27
  • 132
  • 191

1 Answers1

0

This would be a better fit for the electronics.stackexchange.com site.

On the schematic document or template (sheet), each field is represented by using the custom text =ParameterName. Once you have the document open in the context of a project, you can add project-level parameters via the menu Project > Project Options, Parameters tab. Add the parameter using the same name that was used on the document. All documents sharing the parameter name will inherit the value entered here.

Don't add any parameter to this list that should be unique to each sheet.

For more information:

JYelton
  • 35,664
  • 27
  • 132
  • 191