name | data type | description |
---|---|---|
itemCnrSecondStrand | string | |
itemDescriptionSecondStrand | string | |
strippingForceSecondStrand | number | |
Properties inherited from TestPlanCrimpIsoEntry |
||
crimpHeightIsolation | number | |
crimpWidthIsolation | number | |
crimpHeightIsolationTolerance | number | |
crimpWidthIsolationTolerance | 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, "crimpHeightIsolation" : 12345.0, "crimpWidthIsolation" : 12345.0, "crimpHeightIsolationTolerance" : 12345.0, "crimpWidthIsolationTolerance" : 12345.0, "itemCnrContact" : "...", "itemDescriptionContact" : "...", "itemCnrStrand" : "...", "itemDescriptionStrand" : "...", "crimpHeightWire" : 12345.0, "crimpWidthWire" : 12345.0, "strippingForceStrand" : 12345.0, "crimpHeightWireTolerance" : 12345.0, "crimpWidthWireTolerance" : 12345.0, "doublestrike" : true, "testType" : "MATERIAL_STATUS", "productionId" : 12345, "sortOrder" : 12345, "description" : "...", "comment" : "...", "id" : 12345 }