TestPlanDimensionalTestEntry Data Type

Properties
name data type description
itemCnrStrand string
itemDescriptionStrand string
value number
tolerance number
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

{
  "itemCnrStrand" : "...",
  "itemDescriptionStrand" : "...",
  "value" : 12345.0,
  "tolerance" : 12345.0,
  "testType" : "MULTIPLE_CRIMP_WITH_ISOLATION",
  "productionId" : 12345,
  "sortOrder" : 12345,
  "description" : "...",
  "comment" : "...",
  "id" : 12345
}