| name | data type | description |
|---|---|---|
| itemCnrSecondStrand | string | |
| itemDescriptionSecondStrand | string | |
| strippingForceSecondStrand | number | |
Properties inherited from TestPlanCrimpEntry |
||
| itemCnrContact | string | |
| itemDescriptionContact | string | |
| itemCnrStrand | string | |
| itemDescriptionStrand | string | |
| crimpHeightWire | number | |
| crimpWidthWire | number | |
| strippingForceStrand | number | |
| crimpHeightWireTolerance | number | |
| crimpWidthWireTolerance | number | |
| doublestrike | boolean | |
Properties inherited from TestPlanEntry |
||
| testType | TestTypeEnum | |
| productionId | number | |
| sortOrder | number | |
| description | string | |
| comment | string | |
Properties inherited from BaseEntryId |
||
| id | number | Die eindeutige Id des Eintrags |
Example
{
"itemCnrSecondStrand" : "...",
"itemDescriptionSecondStrand" : "...",
"strippingForceSecondStrand" : 12345.0,
"itemCnrContact" : "...",
"itemDescriptionContact" : "...",
"itemCnrStrand" : "...",
"itemDescriptionStrand" : "...",
"crimpHeightWire" : 12345.0,
"crimpWidthWire" : 12345.0,
"strippingForceStrand" : 12345.0,
"crimpHeightWireTolerance" : 12345.0,
"crimpWidthWireTolerance" : 12345.0,
"doublestrike" : true,
"testType" : "MULTIPLE_CRIMP_WITHOUT_ISOLATION",
"productionId" : 12345,
"sortOrder" : 12345,
"description" : "...",
"comment" : "...",
"id" : 12345
}