Example #1
0
 public KVID5Panel(RemoveButton removeButton, Cell code, Cell x, Cell y, Cell z, Cell t, Cell iR, Cell oV, Cell oF, ReferenceCell bBA, Cell connectorType)
 {
     RemoveButton       = removeButton;
     Code               = code;
     X                  = x;
     Y                  = y;
     Z                  = z;
     Type               = t;
     InnerResist        = iR;
     OperatingVoltage   = oV;
     OperatingFrequensy = oF;
     BlockBA            = bBA;
     ConnectorType      = connectorType;
 }
Example #2
0
 public WireMarkPanel(Cell code, ReferenceCell coreMaterial, Cell coreDiameter, ReferenceCell screen1Material, Cell screen1InnerRadius, Cell screen1Thresold, ReferenceCell screen1IsolationMaterial, ReferenceCell screen2Material, Cell screen2InnerRadius, Cell screen2Thresold, ReferenceCell screen2IsolationMaterial, Cell crossSectionDiameter)
 {
     Code                     = code;
     CoreMaterial             = coreMaterial;
     CoreDiameter             = coreDiameter;
     Screen1Material          = screen1Material;
     Screen1InnerRadius       = screen1InnerRadius;
     Screen1Thresold          = screen1Thresold;
     Screen1IsolationMaterial = screen1IsolationMaterial;
     Screen2Material          = screen2Material;
     Screen2InnerRadius       = screen2InnerRadius;
     Screen2Thresold          = screen2Thresold;
     Screen2IsolationMaterial = screen2IsolationMaterial;
     CrossSectionDiameter     = crossSectionDiameter;
 }
 public KVID3TableHeader4Panel(ReferenceCell i, ReferenceCell p)
 {
     I = i;
     P = p;
 }
Example #4
0
 public KVID3TableHeader1Panel(ReferenceCell wireLenght)
 {
     WireID = wireLenght;
 }