Click or drag to resize

RackAddLabware Method

add labware to defined position This can only be call in Deck property in STARCommand

Namespace:  Huarui.STARLine
Assembly:  SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public void AddLabware(
	string file,
	string labwareId,
	float x,
	float y,
	float z,
	float rotation
)

Parameters

file
Type: SystemString
labware file path
labwareId
Type: SystemString
labware id
x
Type: SystemSingle
x
y
Type: SystemSingle
y
z
Type: SystemSingle
z
rotation
Type: SystemSingle
rotation
See Also