Click or drag to resize

RackUpdateLoadedLabware Method

Updates the list of loaded labware and updates the view

Namespace:  Huarui.STARLine
Assembly:  SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public void UpdateLoadedLabware(
	Rack[] racks,
	LabwareState[] states,
	string description
)

Parameters

racks
Type: Huarui.STARLineRack
array of labware ids for update
states
Type: Huarui.STARLineLabwareState
load state will be applied to the associated labware
description
Type: SystemString
description will be displayed in the first section on the status bar in the deck view ; an empty string will do nothing.
See Also