Datasheet

The datasheet statement defines the link to the datasheet of a component.

This statement is valid in the pcb-component context.

Signature


datasheet = <String|False>

This statement is optional. The default value will be false in case no datasheet statement is found in a component definition.

Any string is a valid datasheet value. By convention this is typically a URL.

Each pcb-component may have exactly one datasheet statement. If more than one statement is encountered in a definition, then a DuplicateCStmtError exception will be raised.

Example

pcb-component oscillator:
  datasheet = "https://www.analog.com/media/en/technical-documentation/data-sheets/6906fc.pdf"

Here the datasheet links to Analog Devices domain to the LTC6906 component at URL https://www.analog.com/media/en/technical-documentation/data-sheets/6906fc.pdf.

The datasheet URL is used to populate the Design Explorer component properties:

DatasheetLink