Click or drag to resize

RackAddLabwareToDeckSite Method

add labware to site of template 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 AddLabwareToDeckSite(
	string file,
	string siteId,
	string labwareId,
	string templateId = "default",
	int bCkSiteFit = 1
)

Parameters

file
Type: SystemString
labware file
siteId
Type: SystemString
parent labware site
labwareId
Type: SystemString
labware id
templateId (Optional)
Type: SystemString
parent template id
bCkSiteFit (Optional)
Type: SystemInt32
check site fit
See Also