pdaPicture

Define a picture. The picture can be provided as embedded (use file) or file reference (so external file, use reffile) and for some software via function calls (use function).

Structure

This element does not have attributes. The elements are shown below, in a sorted per type fashion.
In case a list is printed after an element, it indicates that you can have many, otherwise it should be a single element. With a optional it tells the element is not required.

<pdaPicture> ...
  <
file> ... </file>   list
  <filename> ... </filename>   list
  <function> ... </function>   list
</pdaPicture>

XSD

The schema file can be downloaded or viewed at xPDK_Base.

Details

file

Picture for use in schematic designs. Specify the type of icon data via the format attribute, default is a png. Type pdaPictureFile documentation: The format type is expected to be png. If you have a different format, use the attribute format.

filename

Picture for use in schematic designs in external file. Specify the type of icon data via the format attribute, default is a png. Type pdaFileReference documentation: Define the file format.
Use the attribute format to specify the type.

function

Call a function in a specified software to draw / display the picture. Type pdaCallbackFunction documentation: Define a function that is software specific.

The intended use is to support software that can trigger actions on some action - for example a redraw on the screen if the parameters change.