Package Trimming
Message
DeleteAttachmentRequest
Message
ListByPageCircuitsRequest
Message
FindCircuitByIdRequest
Message
AddCircuitImageRequest
Message
ListByPageFunctionRequest
Message
FindFunctionByIdRequest
Message
ListByPageWafersRequest
Message
ListByPageReticlesRequest
Message
FindReticleByIdRequest
Message
OptionalSpectrumResult
Message
OptionalSingleNumberResult
Message
ListByPageResultsRequest
Message
StoreSingleNumberRequest
Services
service ResultService result.proto
rpc FindSpectrumById
Request: Trimming.FindResultByIdRequest
Response:
Trimming.OptionalSpectrumResult
rpc FindSingleSpectrumBy
Request: Trimming.FindResultByRequest
Response:
Trimming.OptionalSpectrumResult
rpc StoreSingleNumber
Request: Trimming.StoreSingleNumberRequest
Response:
Trimming.SingleNumberResult
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 Function function.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
2 | CreatedAt |
string
|
|
3 | UpdatedAt |
string
|
|
4 | Name |
string
|
|
5 | Version |
string
|
|
6 | Language |
string
|
|
7 | Author |
optional
string
|
|
8 | Entrypoint |
string
|
message UpdateFunctionRequest function.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
2 | Entrypoint |
optional
string
|
message ListByPageFunctionRequest function.proto
Field | Type | Description | |
---|---|---|---|
1 | PageNumber |
optional
int32
|
|
2 | PageSize |
optional
int32
|
message FunctionsPage function.proto
Field | Type | Description | |
---|---|---|---|
1 | Items |
repeated
Trimming.Function
|
|
2 | Total |
int32
|
|
3 | Index |
int32
|
|
4 | Size |
int32
|
message OptionalFunction function.proto
Field | Type | Description | |
---|---|---|---|
1 | Function |
optional
Trimming.Function
|
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 OptionalSpectrumResult result.proto
Field | Type | Description | |
---|---|---|---|
1 | Result |
optional
Trimming.SpectrumResult
|
message OptionalSingleNumberResult result.proto
Field | Type | Description | |
---|---|---|---|
1 | Result |
optional
Trimming.SingleNumberResult
|
message SpectrumResult 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 SingleNumberResult result.proto
Field | Type | Description | |
---|---|---|---|
1 | Value |
double
|
|
2 | Unit |
string
|
|
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 FindResultByRequest result.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 | ShotNumber |
optional
int32
|
message StoreSingleNumberRequest result.proto
Field | Type | Description | |
---|---|---|---|
1 | Value |
double
|
|
2 | Unit |
optional
string
|
|
3 | Name |
string
|
|
4 | WaferName |
optional
string
|
|
5 | ReticleName |
optional
string
|
|
6 | DieName |
optional
string
|
|
7 | CircuitName |
optional
string
|
|
8 | ShotNumber |
optional
int32
|
|
9 | Tags |
repeated
Trimming.Tag
|
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 | SweepInput |
optional
Trimming.SweepInput
|
message SweepOutput sweep.proto
Field | Type | Description | |
---|---|---|---|
1 | Id |
string
|
|
2 | WavelengthsArray |
repeated
double
|
|
3 | PowersArray |
repeated
double
|
|
4 | Tags |
repeated
Trimming.Tag
|
message SweepInput 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.SpectrumData
|
message StoreSweepAfterShotRequest sweep.proto
Field | Type | Description | |
---|---|---|---|
1 | Sweep |
Trimming.SweepRequest
|
|
2 | Data |
Trimming.SpectrumData
|
|
3 | ShotNumber |
int32
|
message SpectrumData sweep.proto
Field | Type | Description | |
---|---|---|---|
1 | WavelengthsArray |
repeated
double
|
|
2 | PowersArray |
repeated
double
|