public SMTPlacementFault() { PlacementFaultType = SMTPlacementFaultType.PickupError; Designator = new ComponentDesignator(); MaterialLocation = new MaterialLocation(); Nozzle = new SMTNozzle(); }
/// <summary> /// Default constructor /// </summary> public THTInsertionFault() { InsertionFaultType = THTInsertionFaultType.InsertionError; Designator = new ComponentDesignator(); MaterialLocation = new MaterialLocation(); }