 | 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)
Syntaxpublic void AddLabware(
string file,
string labwareId,
float x,
float y,
float z,
float rotation
)
Public Sub AddLabware (
file As String,
labwareId As String,
x As Single,
y As Single,
z As Single,
rotation As Single
)
public:
void AddLabware(
String^ file,
String^ labwareId,
float x,
float y,
float z,
float rotation
)
member AddLabware :
file : string *
labwareId : string *
x : float32 *
y : float32 *
z : float32 *
rotation : float32 -> unit
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