 | 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)
Syntaxpublic void UpdateLoadedLabware(
Rack[] racks,
LabwareState[] states,
string description
)
Public Sub UpdateLoadedLabware (
racks As Rack(),
states As LabwareState(),
description As String
)
public:
void UpdateLoadedLabware(
array<Rack^>^ racks,
array<LabwareState>^ states,
String^ description
)
member UpdateLoadedLabware :
racks : Rack[] *
states : LabwareState[] *
description : string -> unit
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