|
|
@ -42,48 +42,48 @@ public class PipetteGunContainerConfigSettingPage { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
void setContainerType(ContainerCpyId cpyid, Integer containerType) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyid.toInteger(), ContainerInfoIndex.containerType, containerType); |
|
|
|
void setContainerType( Integer containerType) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyId.toInteger(), ContainerInfoIndex.containerType, containerType); |
|
|
|
} |
|
|
|
|
|
|
|
void setContainerNeckPos(ContainerCpyId cpyid, Integer containerNeckPos) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyid.toInteger(), ContainerInfoIndex.containerNeckPos, containerNeckPos); |
|
|
|
void setContainerNeckPos( Integer containerNeckPos) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyId.toInteger(), ContainerInfoIndex.containerNeckPos, containerNeckPos); |
|
|
|
} |
|
|
|
|
|
|
|
void setContainerDepth(ContainerCpyId cpyid, Integer containerDepth) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyid.toInteger(), ContainerInfoIndex.containerDepth, containerDepth); |
|
|
|
void setContainerDepth( Integer containerDepth) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyId.toInteger(), ContainerInfoIndex.containerDepth, containerDepth); |
|
|
|
} |
|
|
|
|
|
|
|
void setContainerRound(ContainerCpyId cpyid, Integer containerRound) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyid.toInteger(), ContainerInfoIndex.containerRound, containerRound); |
|
|
|
void setContainerRound( Integer containerRound) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyId.toInteger(), ContainerInfoIndex.containerRound, containerRound); |
|
|
|
} |
|
|
|
|
|
|
|
void setContainerBottomSectionHeight(ContainerCpyId cpyid, Integer containerBottomSectionHeight) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyid.toInteger(), ContainerInfoIndex.containerBottomSectionHeight, containerBottomSectionHeight); |
|
|
|
void setContainerBottomSectionHeight( Integer containerBottomSectionHeight) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyId.toInteger(), ContainerInfoIndex.containerBottomSectionHeight, containerBottomSectionHeight); |
|
|
|
} |
|
|
|
|
|
|
|
void setImmersionDepth(ContainerCpyId cpyid, Integer immersionDepth) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyid.toInteger(), ContainerInfoIndex.immersionDepth, immersionDepth); |
|
|
|
void setImmersionDepth( Integer immersionDepth) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyId.toInteger(), ContainerInfoIndex.immersionDepth, immersionDepth); |
|
|
|
} |
|
|
|
|
|
|
|
void setLeavingHeight(ContainerCpyId cpyid, Integer leavingHeight) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyid.toInteger(), ContainerInfoIndex.leavingHeight, leavingHeight); |
|
|
|
void setLeavingHeight( Integer leavingHeight) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyId.toInteger(), ContainerInfoIndex.leavingHeight, leavingHeight); |
|
|
|
} |
|
|
|
|
|
|
|
void setJetHeight(ContainerCpyId cpyid, Integer jetHeight) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyid.toInteger(), ContainerInfoIndex.jetHeight, jetHeight); |
|
|
|
void setJetHeight( Integer jetHeight) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyId.toInteger(), ContainerInfoIndex.jetHeight, jetHeight); |
|
|
|
} |
|
|
|
|
|
|
|
void setLldStartSearchDepth(ContainerCpyId cpyid, Integer lldStartSearchDepth) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyid.toInteger(), ContainerInfoIndex.lldStartSearchDepth, lldStartSearchDepth); |
|
|
|
void setLldStartSearchDepth( Integer lldStartSearchDepth) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyId.toInteger(), ContainerInfoIndex.lldStartSearchDepth, lldStartSearchDepth); |
|
|
|
} |
|
|
|
|
|
|
|
void setFixAspirationDepth(ContainerCpyId cpyid, Integer fixAspirationDepth) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyid.toInteger(), ContainerInfoIndex.fixAspirationDepth, fixAspirationDepth); |
|
|
|
void setFixAspirationDepth( Integer fixAspirationDepth) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyId.toInteger(), ContainerInfoIndex.fixAspirationDepth, fixAspirationDepth); |
|
|
|
} |
|
|
|
|
|
|
|
void setLlFvConvertCoefficient(ContainerCpyId cpyid, Integer llfVConvertCoefficient) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyid.toInteger(), ContainerInfoIndex.llfVConvertCoefficient, llfVConvertCoefficient); |
|
|
|
void setLlFvConvertCoefficient( Integer llfVConvertCoefficient) throws AppException { |
|
|
|
pipetteCtrlDriverV2.setContainerInfo(cpyId.toInteger(), ContainerInfoIndex.llfVConvertCoefficient, llfVConvertCoefficient); |
|
|
|
} |
|
|
|
|
|
|
|
void setPierceDepth(Integer pierceDepth) throws AppException { |
|
|
|