Table of Contents


NAME

data:write-a3 - write A3 format data file (Decida Procedure)

USAGE

          data:write-a3 d blockname filename args

ARGUMENTS

d data object with column data to be written to A3-format file Appropriate data columns should be present, as specified by the A3 specification.
blockname A3-format block name
filename A3-format file name to be written
args OPTIONS

OPTIONS

-id <id> Specify the .ID identification string.
-devc <devc> Specify the A3 device code (MN,MP...).
-subc <subc> Specify the A3 sub code (EM,DM...).
-geom <column list> Specify the A3 geometry columns.
-gunit <unit list> Specify the A3 geometry units.
-meas <column list> Specify the A3 measurement columns.
-munit <unit list> Specify the A3 measurement units.

RESULTS

Writes appropriate data columns to A3-format file.

EXAMPLE-CALL

             d write-a3 TH THdata.a3 -id "10/12/95 NOMCASE" -devc MN -subc EM

NOTES

The following A3 standard measurement blocks have default geometry measurement column names: TH TS ST VT FD LK SF EF SR ER FF T1 T2 T3 T4 T5 CG CJ CT IDENTIFICATION-FIELDS (A2 STANDARD 1) :
1) Grid Location (4characters - xxyy)
2) Wafer Number
3) Chip Code
4) Date of Measurement (MM/DD/YY)
5) Measurement Station
6) Device Type
7) Lot Number
8) (optional) extra fields
ex).ID 0101 3471 3251CI 12/01/75 PHAAD1 INPUT 1203 IDENTIFICATION-FIELDS (A3 STANDARD 2) :
A3-format .ID fields are:
1) Technology Identification Code
2) Lot Number
3) Wafer Number
4) Tester Name;(optional) Device Within Tester
5) Grid Location
6) Ambient Temperature
7) Date of Measurement
8) Time of Measurement
ex).ID MOS0P35 12251 12 XNSHORT X3Y3 25 04/05/94 09:24

AUTHORS

Richard Booth, Michael McLennan, George Howlett

Table of Contents