Package Trimming
Message
DeleteAttachmentRequest
Message
ListByPageCircuitsRequest
Message
FindCircuitByIdRequest
Message
AddCircuitImageRequest
Message
ListByPageWafersRequest
Message
ListByPageReticlesRequest
Message
FindReticleByIdRequest
Message
ListByPageResultsRequest
Message
OpticalSpectralAnalyserSweepInput
Services
Messages
message NewAttachment attachment.proto
Field | Type | Description | |
---|---|---|---|
4 | Name |
optional
string
|
|
5 | MimeType |
string
|
|
6 | BlobData |
optional
bytes
|
message Attachment attachment.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
2 | CreatedAt |
string
|
|
3 | UpdatedAt |
string
|
|
4 | Name |
optional
string
|
|
5 | MimeType |
string
|
|
6 | BlobData |
optional
bytes
|
message OptionalAttachment attachment.proto
Field | Type | Description | |
---|---|---|---|
1 | Attachment |
optional
Trimming.Attachment
|
message AttachmentsArray attachment.proto
Field | Type | Description | |
---|---|---|---|
1 | Attachments |
repeated
Trimming.Attachment
|
message Circuit circuit.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
2 | CreatedAt |
string
|
|
3 | UpdatedAt |
string
|
|
4 | Name |
string
|
|
5 | Tags |
repeated
Trimming.Tag
|
message UpdateCircuitRequest circuit.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
4 | Name |
optional
string
|
message CircuitsFilterRequest circuit.proto
Field | Type | Description | |
---|---|---|---|
1 | Name |
optional
string
|
|
6 | Tags |
repeated
Trimming.Tag
|
message ListByPageCircuitsRequest circuit.proto
Field | Type | Description | |
---|---|---|---|
1 | PageNumber |
optional
int32
|
|
2 | PageSize |
optional
int32
|
|
3 | Filters |
optional
Trimming.CircuitsFilterRequest
|
message CircuitsPage circuit.proto
Field | Type | Description | |
---|---|---|---|
1 | Items |
repeated
Trimming.Circuit
|
|
2 | Total |
int32
|
|
3 | Index |
int32
|
|
4 | Size |
int32
|
message AddCircuitImageRequest circuit.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
2 | Attachment |
Trimming.NewAttachment
|
message Die die.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
2 | CreatedAt |
string
|
|
3 | UpdatedAt |
string
|
|
4 | Name |
string
|
|
5 | Tags |
repeated
Trimming.Tag
|
message DiesFilterRequest die.proto
Field | Type | Description | |
---|---|---|---|
1 | Name |
optional
string
|
|
6 | Tags |
repeated
Trimming.Tag
|
message ListByPageDiesRequest die.proto
Field | Type | Description | |
---|---|---|---|
1 | PageNumber |
optional
int32
|
|
2 | PageSize |
optional
int32
|
|
3 | Filters |
optional
Trimming.DiesFilterRequest
|
message DiesPage die.proto
Field | Type | Description | |
---|---|---|---|
1 | Items |
repeated
Trimming.Die
|
|
2 | Total |
int32
|
|
3 | Index |
int32
|
|
4 | Size |
int32
|
message Wafer wafer.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
2 | CreatedAt |
string
|
|
3 | UpdatedAt |
string
|
|
4 | Name |
string
|
|
5 | Tags |
repeated
Trimming.Tag
|
message WafersFilterRequest wafer.proto
Field | Type | Description | |
---|---|---|---|
1 | Name |
optional
string
|
|
6 | Tags |
repeated
Trimming.Tag
|
message ListByPageWafersRequest wafer.proto
Field | Type | Description | |
---|---|---|---|
1 | PageNumber |
optional
int32
|
|
2 | PageSize |
optional
int32
|
|
3 | Filters |
optional
Trimming.WafersFilterRequest
|
message WafersPage wafer.proto
Field | Type | Description | |
---|---|---|---|
1 | Items |
repeated
Trimming.Wafer
|
|
2 | Total |
int32
|
|
3 | Index |
int32
|
|
4 | Size |
int32
|
message Reticle reticle.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
2 | CreatedAt |
string
|
|
3 | UpdatedAt |
string
|
|
4 | Name |
string
|
|
5 | Tags |
repeated
Trimming.Tag
|
message UpdateReticleRequest reticle.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
4 | Name |
optional
string
|
message ReticlesFilterRequest reticle.proto
Field | Type | Description | |
---|---|---|---|
1 | Name |
optional
string
|
|
6 | Tags |
repeated
Trimming.Tag
|
message ListByPageReticlesRequest reticle.proto
Field | Type | Description | |
---|---|---|---|
1 | PageNumber |
optional
int32
|
|
2 | PageSize |
optional
int32
|
|
3 | Filters |
optional
Trimming.ReticlesFilterRequest
|
message ReticlesPage reticle.proto
Field | Type | Description | |
---|---|---|---|
1 | Items |
repeated
Trimming.Reticle
|
|
2 | Total |
int32
|
|
3 | Index |
int32
|
|
4 | Size |
int32
|
message Result result.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
2 | CreatedAt |
string
|
|
3 | UpdatedAt |
string
|
|
4 | Name |
string
|
|
5 | Type |
string
|
|
6 | Tags |
repeated
Trimming.Tag
|
|
7 | Wafer |
optional
Trimming.Wafer
|
|
8 | Reticle |
optional
Trimming.Reticle
|
|
9 | Die |
optional
Trimming.Die
|
|
10 | Circuit |
optional
Trimming.Circuit
|
|
11 | DataJson |
optional
string
|
message OptionalSweepResult result.proto
Field | Type | Description | |
---|---|---|---|
1 | Result |
optional
Trimming.SweepResult
|
message SweepResult result.proto
Field | Type | Description | |
---|---|---|---|
1 | WavelengthsArray |
repeated
double
|
|
2 | PowersArray |
repeated
double
|
|
3 | Name |
optional
string
|
|
4 | Tags |
repeated
Trimming.Tag
|
|
5 | WaferName |
optional
string
|
|
6 | ReticleName |
optional
string
|
|
7 | DieName |
optional
string
|
|
8 | CircuitName |
optional
string
|
|
9 | Id |
optional
string
|
message ResultsFilterRequest result.proto
Field | Type | Description | |
---|---|---|---|
1 | ResultName |
optional
string
|
|
2 | WaferName |
optional
string
|
|
3 | ReticleName |
optional
string
|
|
4 | DieName |
optional
string
|
|
5 | CircuitName |
optional
string
|
|
6 | Tags |
repeated
Trimming.Tag
|
|
7 | WaferId |
optional
string
|
|
8 | ReticleId |
optional
string
|
|
9 | DieId |
optional
string
|
|
10 | CircuitId |
optional
string
|
|
11 | Type |
optional
string
|
message ListByPageResultsRequest result.proto
Field | Type | Description | |
---|---|---|---|
1 | PageNumber |
optional
int32
|
|
2 | PageSize |
optional
int32
|
|
3 | Filters |
optional
Trimming.ResultsFilterRequest
|
|
4 | IncludeData |
optional
bool
|
message ResultsPage result.proto
Field | Type | Description | |
---|---|---|---|
1 | Items |
repeated
Trimming.Result
|
|
2 | Total |
int32
|
|
3 | Index |
int32
|
|
4 | Size |
int32
|
message SweepRequest sweep.proto
Field | Type | Description | |
---|---|---|---|
1 | WaferName |
optional
string
|
|
2 | ReticleName |
optional
string
|
|
3 | DieName |
optional
string
|
|
4 | CircuitName |
optional
string
|
|
5 | ResultName |
optional
string
|
|
6 | Tags |
repeated
Trimming.Tag
|
|
7 | OpticalSpectralAnalyserSweepInput |
optional
Trimming.OpticalSpectralAnalyserSweepInput
|
message SweepOutput sweep.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
2 | WavelengthsArray |
repeated
double
|
|
3 | PowersArray |
repeated
double
|
|
4 | Tags |
repeated
Trimming.Tag
|
message OpticalSpectralAnalyserSweepInput sweep.proto
Field | Type | Description | |
---|---|---|---|
1 | WavelengthStart_nm |
double
|
|
2 | WavelengthStop_nm |
double
|
|
3 | Sampling_pm |
int32
|
|
4 | LaserSpeed_nm_per_s |
int32
|
|
5 | LaserPower_dbm |
double
|
message StoreSweepRequest sweep.proto
Field | Type | Description | |
---|---|---|---|
1 | Sweep |
Trimming.SweepRequest
|
|
2 | Data |
Trimming.StoreSweepInputData
|
message StoreSweepAfterShotRequest sweep.proto
Field | Type | Description | |
---|---|---|---|
1 | Sweep |
Trimming.SweepRequest
|
|
2 | Data |
Trimming.StoreSweepInputData
|
|
3 | ShotNumber |
int32
|
message StoreSweepInputData sweep.proto
Field | Type | Description | |
---|---|---|---|
1 | WavelengthsArray |
repeated
double
|
|
2 | PowersArray |
repeated
double
|