Documentation ¶
Overview ¶
Look up tables stroring device properties. E.g. for use in calculating relative centrifugal force.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Shaker = map[string]map[string]float64{
"HiGro incubator-shaker": {
"dt": 0.008,
},
"Thermomixer": {
"dt": 0.003,
},
"Kuhner": {
"dt": 0.025,
},
"3000 T-elm": {
"dt": 0.002,
"maxrpm": 3000,
"minrpm": 200,
"shakeaccuracy": 25,
"zeroposaccuracy": 0.0001,
"heatupRate": 7,
"maxtemp": 99,
"tempaccuracy": 0.1,
"tempuniformity": 0.5,
"environmaxtemp": 45,
"environmintemp": 5,
"enrironmaxhumidity": 80,
"weightinkg": 1.5,
"Width": 0.142,
"Depth": 0.099,
"Height": 0.0575,
},
"QCoolPlate": {
"Height": 0.079,
},
"InhecoStaticOnDeck": {
"Height": 0.0575,
},
}
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.