incubating

package
v0.0.0-...-a011eca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2022 License: BSD-3-Clause, GPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IncubatingDriver

type IncubatingDriver interface {
	Initialize() driver.CommandStatus
	Finalize() driver.CommandStatus
	Incubate(what *wtype.LHSolution, temp wunit.Temperature, time wunit.Time, shaking bool) driver.CommandStatus
}

type ShakerIncubatordriver

type ShakerIncubatordriver interface {
	Initialise()
	Command(string) string //driver.CommandStatus
	Shake(speed int) driver.CommandStatus
	ShakeforEngParameter(parameter string, liquid string, target float64)
	ShakeforTime(speed, time int) (status driver.CommandStatus)
	GetRemainingTime() driver.CommandStatus
	ShakeOff() driver.CommandStatus
	TempState() (onoroff string, settemp string, tempactual string)
	Temp(float64) driver.CommandStatus
	TempOff() driver.CommandStatus
	Open() driver.CommandStatus
	Close() driver.CommandStatus
	HomePos()
	LookupProperty(string) float64 // map lookup function from devices map in anthastandardlibrary. E.g. Maxspeed, dimensions etc..
	AllProperties() (map[string]float64, string)
	CheckState()
}

change returns to driver.CommandStatus ShakeIncubate(what *wtype.LHSolution, temp wunit.Temperature, time wunit.Time, rpm int) Incubate(what *wtype.LHSolution, temp wunit.Temperature, time wunit.Time, shaking bool)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL