TestPlanCrimpEntry Data Type

Subtypes
TestPlanCrimpIsoEntry, TestPlanMultipleCrimpEntry, TestPlanMultipleCrimpIsoEntry
Properties
name data type description
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

{
  "itemCnrContact" : "...",
  "itemDescriptionContact" : "...",
  "itemCnrStrand" : "...",
  "itemDescriptionStrand" : "...",
  "crimpHeightWire" : 12345.0,
  "crimpWidthWire" : 12345.0,
  "strippingForceStrand" : 12345.0,
  "crimpHeightWireTolerance" : 12345.0,
  "crimpWidthWireTolerance" : 12345.0,
  "doublestrike" : true,
  "testType" : "MULTIPLE_CRIMP_WITH_ISOLATION",
  "productionId" : 12345,
  "sortOrder" : 12345,
  "description" : "...",
  "comment" : "...",
  "id" : 12345
}