export_tinycad
Type: netlist.
netlist export
Exports in the TinyCAD netlist format with the following characteristics:
- missing footprint attribute is replaced by "unknown_fp" and an error message is generated
- illegal character in names (resulting in broken export): '
- illegal character in component names (refdes) and pin numbers (resulting in broken export): comma, (, )
Attribute usage
For components the following attributes are used to construct file-format
specified fields:
- component's display/footprint (fallback: footprint attribute)
- component's display/value (fallback: value attribute)
- component's display/device (fallback: device attribute)
Other custom attributes that have an export name are exported for:
- components
- port names are exported as a pin-to-pinname mapping
Omit and DNP
The plugin will not export components and networks that have the
display/omit attribute set.
The plugin will export objects that have the display/dnp attribute
set. To get the DNP information passed on, use the
export naming mechanism
of a target plugin in the view.