示例#1
0
文件: lhtypes.go 项目: cgravill/antha
func (w *LHWell) ContainerVolume() wunit.Volume {
	return wunit.Volume{wunit.NewMeasurement(w.Vol, "", w.Vunit)}
}
示例#2
0
文件: lhtypes.go 项目: cgravill/antha
func (w *LHWell) ResidualVolume() wunit.Volume {
	return wunit.Volume{wunit.NewMeasurement(w.Rvol, "", w.Vunit)}
}